X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneException.java;h=40ef7fe35d59a51202dc6a9bb65987631d509884;hp=246025d50fcfec6eaffd5138a42a92a553f0c6b8;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=1e9a08c2b73b16dc178437eb8c8025aaa083fcca diff --git a/src/main/java/net/pterodactylus/sone/core/SoneException.java b/src/main/java/net/pterodactylus/sone/core/SoneException.java index 246025d..40ef7fe 100644 --- a/src/main/java/net/pterodactylus/sone/core/SoneException.java +++ b/src/main/java/net/pterodactylus/sone/core/SoneException.java @@ -1,5 +1,5 @@ /* - * Sone - SoneException.java - Copyright © 2010–2015 David Roden + * Sone - SoneException.java - Copyright © 2010–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; /** * A Sone exception. - * - * @author David ‘Bombe’ Roden */ public class SoneException extends Exception {