X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2Fevent%2FNewSoneFoundEvent.java;h=8fb17d2e4b4a077980a027a5818ce621343349a8;hp=623cf125427a0cebdfecf4f67f58074f50cfc87f;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=1e9a08c2b73b16dc178437eb8c8025aaa083fcca diff --git a/src/main/java/net/pterodactylus/sone/core/event/NewSoneFoundEvent.java b/src/main/java/net/pterodactylus/sone/core/event/NewSoneFoundEvent.java index 623cf12..8fb17d2 100644 --- a/src/main/java/net/pterodactylus/sone/core/event/NewSoneFoundEvent.java +++ b/src/main/java/net/pterodactylus/sone/core/event/NewSoneFoundEvent.java @@ -1,5 +1,5 @@ /* - * Sone - NewSoneFoundEvent.java - Copyright © 2013–2015 David Roden + * Sone - NewSoneFoundEvent.java - Copyright © 2013–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.data.Sone; /** * Event that signals that a new remote Sone was found. - * - * @author David ‘Bombe’ Roden */ public class NewSoneFoundEvent extends SoneEvent {