diff options
Diffstat (limited to 'src/net/java/sip/communicator/plugin/icqaccregwizz/Resources.java')
-rw-r--r-- | src/net/java/sip/communicator/plugin/icqaccregwizz/Resources.java | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/plugin/icqaccregwizz/Resources.java b/src/net/java/sip/communicator/plugin/icqaccregwizz/Resources.java index b8cae18..28a3c93 100644 --- a/src/net/java/sip/communicator/plugin/icqaccregwizz/Resources.java +++ b/src/net/java/sip/communicator/plugin/icqaccregwizz/Resources.java @@ -11,7 +11,7 @@ import net.java.sip.communicator.service.resources.*; /** * The <tt>Resources</tt> class manages the access to the internationalization * properties files and the image resources used in this plugin. - * + * * @author Yana Stamcheva */ public class Resources @@ -26,7 +26,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. */ @@ -45,6 +45,11 @@ public class Resources return getResources().getImageInBytes(imageID.getId()); } + /** + * Returns the <tt>ResourceManagementService</tt>. + * + * @return the <tt>ResourceManagementService</tt>. + */ public static ResourceManagementService getResources() { if (resourcesService == null) |