aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/resources/ImageID.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/service/resources/ImageID.java')
-rw-r--r--src/net/java/sip/communicator/service/resources/ImageID.java40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/net/java/sip/communicator/service/resources/ImageID.java b/src/net/java/sip/communicator/service/resources/ImageID.java
index cc90191..785ca96 100644
--- a/src/net/java/sip/communicator/service/resources/ImageID.java
+++ b/src/net/java/sip/communicator/service/resources/ImageID.java
@@ -1,4 +1,4 @@
-/*
+/*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Copyright @ 2015 Atlassian Pty Ltd
@@ -15,22 +15,22 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package net.java.sip.communicator.service.resources;
-
-/**
- * Represents the Image Identifier.
- */
-public class ImageID
-{
- private final String id;
-
- public ImageID(String id)
- {
- this.id = id;
- }
-
- public String getId()
- {
- return id;
- }
-}
+package net.java.sip.communicator.service.resources;
+
+/**
+ * Represents the Image Identifier.
+ */
+public class ImageID
+{
+ private final String id;
+
+ public ImageID(String id)
+ {
+ this.id = id;
+ }
+
+ public String getId()
+ {
+ return id;
+ }
+}