X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FDiskFileEntry.java;h=bb34023f9c8d994dec2e8a127bf776188ecfc810;hb=bbfa208695e2a7f1bb555f841623945767f296e7;hp=e2eabc817cd2ae85b2ee85d11f7cf08a2850da8f;hpb=da127cd41fa65b7ec217f8e9f525ed7534abf5e1;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java b/src/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java index e2eabc8..bb34023 100644 --- a/src/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java +++ b/src/de/todesbaum/util/freenet/fcp2/DiskFileEntry.java @@ -1,5 +1,5 @@ /* - * todesbaum-lib - + * todesbaum-lib - * Copyright (C) 2006 David Roden * * This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ 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$ */ @@ -33,7 +33,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 +57,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() {