Expose Link class.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 9 Nov 2013 14:48:45 +0000 (15:48 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 28 Feb 2014 21:25:57 +0000 (22:25 +0100)
src/main/java/net/pterodactylus/sone/template/AlbumAccessor.java

index 52a9d88..740da47 100644 (file)
@@ -57,7 +57,7 @@ public class AlbumAccessor extends ReflectionAccessor {
         *
         * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
         */
         *
         * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
         */
-       private static class Link {
+       static class Link {
 
                /** The target of the link. */
                private final String target;
 
                /** The target of the link. */
                private final String target;