X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneInsertException.java;h=0499abcd1fec893396f02caa944fe1958e791500;hb=dc2c9841332285fba6b05567d940dea89a6f113e;hp=f67f093df052ecbe778d62c6ff869afcdac3f2da;hpb=71fa807f49abd2ee345694b0e368e31009c2d642;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java b/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java index f67f093..0499abc 100644 --- a/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java +++ b/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java @@ -1,5 +1,5 @@ /* - * Sone - SoneInsertException.java - Copyright © 2011–2013 David Roden + * Sone - SoneInsertException.java - Copyright © 2011–2016 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 @@ -19,8 +19,6 @@ package net.pterodactylus.sone.core; /** * Exception that signals a problem with an insert. - * - * @author David ‘Bombe’ Roden */ public class SoneInsertException extends SoneException {