Expose Link class.
[Sone.git] / src / main / java / net / pterodactylus / sone / template / AlbumAccessor.java
index 51cd974..740da47 100644 (file)
@@ -34,9 +34,6 @@ import net.pterodactylus.util.template.TemplateContext;
  */
 public class AlbumAccessor extends ReflectionAccessor {
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public Object get(TemplateContext templateContext, Object object, String member) {
                Album album = (Album) object;
@@ -60,7 +57,7 @@ public class AlbumAccessor extends ReflectionAccessor {
         *
         * @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;