Move exception to correct place.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / AlbumImpl.java
index 46584e8..058a736 100644 (file)
@@ -324,8 +324,6 @@ public class AlbumImpl implements Album {
                };
        }
 
-       public static class AlbumTitleMustNotBeEmpty extends IllegalStateException { }
-
        //
        // FINGERPRINTABLE METHODS
        //