X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2Fevent%2FSoneUnlockedEvent.java;h=106d32d100b0b871df272753be7ba961ee798451;hp=17f8027ea3b23e7099169217298b9abb50fdf828;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=419098bcd6215125408b29e60bd888e60979d37b diff --git a/src/main/java/net/pterodactylus/sone/core/event/SoneUnlockedEvent.java b/src/main/java/net/pterodactylus/sone/core/event/SoneUnlockedEvent.java index 17f8027..106d32d 100644 --- a/src/main/java/net/pterodactylus/sone/core/event/SoneUnlockedEvent.java +++ b/src/main/java/net/pterodactylus/sone/core/event/SoneUnlockedEvent.java @@ -1,5 +1,5 @@ /* - * Sone - SoneUnlockedEvent.java - Copyright © 2013–2015 David Roden + * Sone - SoneUnlockedEvent.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 @@ -22,8 +22,6 @@ import net.pterodactylus.sone.data.Sone; /** * Event that signals that a {@link Sone} was unlocked. Only * {@link Sone#isLocal() local Sones} can be locked. - * - * @author David ‘Bombe’ Roden */ public class SoneUnlockedEvent extends SoneEvent {