X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FDiskFileEntry.java;h=bf036b4d2c89b5cc697b99548d25a6f45abd977c;hb=e47e15fdbb7515f5a3757c3f5df8c1d0950aee8e;hp=c4fed772cf711413a7b01e621d1c8391802f4503;hpb=6f1a8216cfba28add0ef365b46a08d16d4eb87fe;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java b/src/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java index c4fed77..bf036b4 100644 --- a/src/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java +++ b/src/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java @@ -1,6 +1,5 @@ /* - * todesbaum-lib - - * Copyright (C) 2006 David Roden + * jSite - DiskFileEntry.java - Copyright © 2006–2012 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,9 +20,9 @@ package de.todesbaum.util.freenet.fcp2; /** * A {@link FileEntry} that reads the content from a file on the disk. - * + * * @author David Roden <droden@gmail.com> - * @version $Id: DiskFileEntry.java 413 2006-03-29 12:22:31Z bombe $ + * @version $Id$ */ public class DiskFileEntry extends FileEntry { @@ -33,7 +32,7 @@ public class DiskFileEntry extends FileEntry { /** * Creates a new {@link FileEntry} with the specified name and content type * that is read from the file specified by localFilename. - * + * * @param filename * The name of the file * @param contentType @@ -57,7 +56,7 @@ public class DiskFileEntry extends FileEntry { /** * Returns the name of the local file that holds the content for this file. - * + * * @return The name of the local file */ public String getLocalFilename() {