X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftemplate%2FImageAccessor.java;h=78c3aeb870df178ee5eafadfc7415b5295698c6d;hb=41ca6590c4a7372cb4f687f6e3cfdc2fab232703;hp=903e26c579ae5911a55dba27efddb7766b895868;hpb=c4ae226ec5052116cefc542ae2017036a7bc6332;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/template/ImageAccessor.java b/src/main/java/net/pterodactylus/sone/template/ImageAccessor.java index 903e26c..78c3aeb 100644 --- a/src/main/java/net/pterodactylus/sone/template/ImageAccessor.java +++ b/src/main/java/net/pterodactylus/sone/template/ImageAccessor.java @@ -1,5 +1,5 @@ /* - * Sone - ImageAccessor.java - Copyright © 2011–2016 David Roden + * Sone - ImageAccessor.java - Copyright © 2011–2019 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,8 +32,6 @@ import net.pterodactylus.util.template.TemplateContext; *
  • {@code next}: returns the next image in the image’s album, or {@code * null} if the image is the last image of its album.
  • * - * - * @author David ‘Bombe’ Roden */ public class ImageAccessor extends ReflectionAccessor {