Add and implement Identified interface.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Image.java
index 952d540..d8a8ab1 100644 (file)
@@ -31,7 +31,7 @@ import com.google.common.hash.Hashing;
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
-public class Image implements Fingerprintable {
+public class Image implements Identified, Fingerprintable {
 
        /** The ID of the image. */
        private final String id;