X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FDeleteReplyCommand.java;h=59f744adc82b56e3ee33fe1c9ecae798133946f1;hb=438378deab1514f0f608d975ef65f5b7aea44ccb;hp=d75603edf6cbf5d711575fd1bc8bc447f56aa6e8;hpb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/fcp/DeleteReplyCommand.java b/src/main/java/net/pterodactylus/sone/fcp/DeleteReplyCommand.java index d75603e..59f744a 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/DeleteReplyCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/DeleteReplyCommand.java @@ -1,5 +1,5 @@ /* - * Sone - DeleteReplyCommand.java - Copyright © 2011–2016 David Roden + * Sone - DeleteReplyCommand.java - Copyright © 2011–2020 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 @@ -27,7 +27,6 @@ import freenet.support.SimpleFieldSet; * FCP command that deletes a {@link PostReply}. * * @see Core#deleteReply(PostReply) - * @author David ‘Bombe’ Roden */ public class DeleteReplyCommand extends AbstractSoneCommand {