javacommons/utils/javasrc/com/nokia/mj/impl/utils/LocalizedTextProvider.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javacommons/utils/javasrc/com/nokia/mj/impl/utils/LocalizedTextProvider.java	Wed Sep 15 12:05:25 2010 +0300
+++ b/javacommons/utils/javasrc/com/nokia/mj/impl/utils/LocalizedTextProvider.java	Wed Oct 13 14:23:59 2010 +0300
@@ -28,5 +28,5 @@
      * @return           the text associated with the provided
      *                   identifier and parameters
      */
-    public abstract String getText(Id aTextId, Object[] aTextParams);
+    public abstract String getText(String aTextId, Object[] aTextParams);
 }