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=b4d2d68b5ea4f4edc7337f380cfe078756678126;hpb=1e9a08c2b73b16dc178437eb8c8025aaa083fcca 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 {