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=08810b34707ee98fddad79328127b37a2f6a4032;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=50ce65f69e49ed10abeedaeb6615ffb37a0c0772 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 08810b3..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–2012 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 {