X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneInsertException.java;h=8a0ff5322c4e8dfed59d9ccef8124d78c452e106;hp=ffda655c06a1024b577a4313e4a6bf299e501557;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=1e9a08c2b73b16dc178437eb8c8025aaa083fcca diff --git a/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java b/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java index ffda655..8a0ff53 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–2015 David Roden + * Sone - SoneInsertException.java - Copyright © 2011–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 @@ -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 {