diff options
Diffstat (limited to 'src/net/java/sip/communicator/plugin/profiler4j/Resources.java')
-rw-r--r-- | src/net/java/sip/communicator/plugin/profiler4j/Resources.java | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/plugin/profiler4j/Resources.java b/src/net/java/sip/communicator/plugin/profiler4j/Resources.java index 36fa27e..82e9d80 100644 --- a/src/net/java/sip/communicator/plugin/profiler4j/Resources.java +++ b/src/net/java/sip/communicator/plugin/profiler4j/Resources.java @@ -11,7 +11,7 @@ import net.java.sip.communicator.service.resources.*; /** * The Messages class manages the access to the internationalization properties * files. - * + * * @author Vladimir Skarupelov; */ public class Resources @@ -20,7 +20,7 @@ public class Resources /** * Returns an internationalized string corresponding to the given key. - * + * * @param key The key of the string. * @return An internationalized string corresponding to the given key. */ @@ -29,6 +29,11 @@ public class Resources return getResources().getI18NString(key); } + /** + * Returns the <tt>ResourceManagementService</tt>. + * + * @return the <tt>ResourceManagementService</tt>. + */ public static ResourceManagementService getResources() { if (resourcesService == null) |