X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ftemplate%2FTrustAccessor.java;h=6ccc8973161b05b5446d519232132d1cb0b52f25;hp=32650f18b6c45614e15bde14972ab45417b0749b;hb=HEAD;hpb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae diff --git a/src/main/java/net/pterodactylus/sone/template/TrustAccessor.java b/src/main/java/net/pterodactylus/sone/template/TrustAccessor.java index 32650f1..6ccc897 100644 --- a/src/main/java/net/pterodactylus/sone/template/TrustAccessor.java +++ b/src/main/java/net/pterodactylus/sone/template/TrustAccessor.java @@ -1,5 +1,5 @@ /* - * Sone - TrustAccessor.java - Copyright © 2010–2016 David Roden + * Sone - TrustAccessor.java - Copyright © 2010–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 @@ -30,8 +30,6 @@ import net.pterodactylus.util.template.TemplateContext; *
{@link Boolean} that indicates whether this trust relationship has an * explicit value assigned to it.
* - * - * @author David ‘Bombe’ Roden */ public class TrustAccessor extends ReflectionAccessor {