X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fwot%2FWebOfTrustException.java;h=485acb709125a96f1dab982463f7d380f48283df;hp=c622b3c8b3de2f325f97c60cf7c6df62e4de1bb8;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=e7550501ed1b8bcb07206a0fb76f07a52c300c6d diff --git a/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustException.java b/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustException.java index c622b3c..485acb7 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustException.java +++ b/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustException.java @@ -20,8 +20,6 @@ package net.pterodactylus.sone.freenet.wot; /** * Exception that signals an error processing web of trust identities, mostly * when communicating with the web of trust plugin. - * - * @author David ‘Bombe’ Roden */ public class WebOfTrustException extends Exception {