X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftemplate%2FProfileAccessor.java;h=7dc1eb5c77a84e9a6120197b2a2c78f09a044ada;hp=fafba86fc7c3a35e5af4c0d47470c64db06c0704;hb=HEAD;hpb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae diff --git a/src/main/java/net/pterodactylus/sone/template/ProfileAccessor.java b/src/main/java/net/pterodactylus/sone/template/ProfileAccessor.java index fafba86..7dc1eb5 100644 --- a/src/main/java/net/pterodactylus/sone/template/ProfileAccessor.java +++ b/src/main/java/net/pterodactylus/sone/template/ProfileAccessor.java @@ -1,5 +1,5 @@ /* - * Sone - ProfileAccessor.java - Copyright © 2011–2016 David Roden + * Sone - ProfileAccessor.java - Copyright © 2011–2020 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 @@ -31,8 +31,6 @@ import net.pterodactylus.util.template.TemplateContext; * {@link Accessor} for {@link Profile} objects that overwrites the original * “avatar” member to include checks for whether the custom avatar should * actually be shown. - * - * @author David ‘Bombe’ Roden */ public class ProfileAccessor extends ReflectionAccessor {