X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fplugin%2FPluginException.java;h=e263a602c41e195ce13ade6baad2965b27120593;hb=41ca6590c4a7372cb4f687f6e3cfdc2fab232703;hp=fd3dec7846843a553f7e4e26daeb6b5e756e16ca;hpb=99888ce13cc17d49f5e217ab6f2c9ad5ef168792;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/freenet/plugin/PluginException.java b/src/main/java/net/pterodactylus/sone/freenet/plugin/PluginException.java index fd3dec7..e263a60 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/plugin/PluginException.java +++ b/src/main/java/net/pterodactylus/sone/freenet/plugin/PluginException.java @@ -1,5 +1,5 @@ /* - * Sone - PluginException.java - Copyright © 2010–2013 David Roden + * Sone - PluginException.java - Copyright © 2010–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 @@ -21,8 +21,6 @@ import net.pterodactylus.sone.freenet.wot.WebOfTrustException; /** * Exception that signals an error when communicating with a plugin. - * - * @author David ‘Bombe’ Roden */ public class PluginException extends WebOfTrustException {