X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFileEntry.java;h=baa0b6d6de3b359c2531c2d7300e937680158b07;hb=1a1ee191a57a6fc9e676b47ef068bd1f0403a1bc;hp=058cc826a4e3b65dddf330e63811def8a9e246b5;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FileEntry.java b/src/net/pterodactylus/fcp/FileEntry.java index 058cc82..baa0b6d 100644 --- a/src/net/pterodactylus/fcp/FileEntry.java +++ b/src/net/pterodactylus/fcp/FileEntry.java @@ -28,7 +28,6 @@ import java.util.Map; * * @see ClientPutComplexDir#addFileEntry(FileEntry) * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public abstract class FileEntry { @@ -114,7 +113,6 @@ public abstract class FileEntry { * {@link ClientPutComplexDir} message. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ static class DirectFileEntry extends FileEntry { @@ -191,7 +189,6 @@ public abstract class FileEntry { * A file entry for a file that should be uploaded from the disk. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ static class DiskFileEntry extends FileEntry { @@ -262,7 +259,6 @@ public abstract class FileEntry { * A file entry for a file that redirects to another URI. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ static class RedirectFileEntry extends FileEntry {