diff -r e5618cc85d74 -r 6c158198356e javacommons/utils/javasrc/com/nokia/mj/impl/utils/LocalizedTextProvider.java --- a/javacommons/utils/javasrc/com/nokia/mj/impl/utils/LocalizedTextProvider.java Thu Jul 15 18:31:06 2010 +0300 +++ b/javacommons/utils/javasrc/com/nokia/mj/impl/utils/LocalizedTextProvider.java Thu Aug 19 09:48:13 2010 +0300 @@ -28,5 +28,5 @@ * @return the text associated with the provided * identifier and parameters */ - public abstract String getText(String aTextId, Object[] aTextParams); + public abstract String getText(Id aTextId, Object[] aTextParams); }