diff options
author | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2008-11-21 11:43:23 +0000 |
---|---|---|
committer | Lyubomir Marinov <lyubomir.marinov@jitsi.org> | 2008-11-21 11:43:23 +0000 |
commit | 6cf18aba4a123923e89a5ce17964415e3c075c44 (patch) | |
tree | 6342e5fc0c2fcfd1aa2a68111260d8d16c471fd3 /src/net/java/sip/communicator/plugin/gibberishaccregwizz | |
parent | fbc6eae708f461735d374dfdd4491dcd66c9b353 (diff) | |
download | jitsi-6cf18aba4a123923e89a5ce17964415e3c075c44.zip jitsi-6cf18aba4a123923e89a5ce17964415e3c075c44.tar.gz jitsi-6cf18aba4a123923e89a5ce17964415e3c075c44.tar.bz2 |
Leaves a single ImageID class.
Diffstat (limited to 'src/net/java/sip/communicator/plugin/gibberishaccregwizz')
-rw-r--r-- | src/net/java/sip/communicator/plugin/gibberishaccregwizz/Resources.java | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/net/java/sip/communicator/plugin/gibberishaccregwizz/Resources.java b/src/net/java/sip/communicator/plugin/gibberishaccregwizz/Resources.java index afe720b..747a48c 100644 --- a/src/net/java/sip/communicator/plugin/gibberishaccregwizz/Resources.java +++ b/src/net/java/sip/communicator/plugin/gibberishaccregwizz/Resources.java @@ -4,7 +4,6 @@ * Distributable under LGPL license. * See terms of license at gnu.org. */ - package net.java.sip.communicator.plugin.gibberishaccregwizz; import java.io.*; @@ -76,24 +75,6 @@ public class Resources return image; } - - /** - * Represents the Image Identifier. - */ - public static class ImageID - { - private String id; - - private ImageID(String id) - { - this.id = id; - } - - public String getId() - { - return id; - } - } public static ResourceManagementService getResources() { |