X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fplugin%2FPluginException.java;h=e263a602c41e195ce13ade6baad2965b27120593;hp=fd3dec7846843a553f7e4e26daeb6b5e756e16ca;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=6f019de1d4d9742981d851ac3c9097cca8bff58e 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 {