Formatting fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / FileEntry.java
index 058cc82..c047635 100644 (file)
@@ -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 {
 
@@ -58,8 +57,8 @@ public abstract class FileEntry {
         * @param name
         *            The name of the file
         * @param contentType
-        *            The content type of the file, or <code>null</code> to let
-        *            the node auto-detect it
+        *            The content type of the file, or <code>null</code> to let the
+        *            node auto-detect it
         * @param length
         *            The length of the file
         * @param dataInputStream
@@ -78,8 +77,8 @@ public abstract class FileEntry {
         * @param filename
         *            The name of the file on disk
         * @param contentType
-        *            The content type of the file, or <code>null</code> to let
-        *            the node auto-detect it
+        *            The content type of the file, or <code>null</code> to let the
+        *            node auto-detect it
         * @param length
         *            The length of the file, or <code>-1</code> to not specify a
         *            size
@@ -114,7 +113,6 @@ public abstract class FileEntry {
         * {@link ClientPutComplexDir} message.
         * 
         * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
-        * @version $Id$
         */
        static class DirectFileEntry extends FileEntry {
 
@@ -147,8 +145,8 @@ public abstract class FileEntry {
                 * @param name
                 *            The name of the file
                 * @param contentType
-                *            The content type of the file, or <code>null</code> to
-                *            let the node auto-detect it
+                *            The content type of the file, or <code>null</code> to let
+                *            the node auto-detect it
                 * @param length
                 *            The length of the file
                 * @param inputStream
@@ -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 &lt;bombe@freenetproject.org&gt;
-        * @version $Id$
         */
        static class DiskFileEntry extends FileEntry {
 
@@ -226,8 +223,8 @@ public abstract class FileEntry {
                 * @param filename
                 *            The name of the on-disk file
                 * @param contentType
-                *            The content type of the file, or <code>null</code> to
-                *            let the node auto-detect it
+                *            The content type of the file, or <code>null</code> to let
+                *            the node auto-detect it
                 * @param length
                 *            The length of the file
                 */
@@ -262,7 +259,6 @@ public abstract class FileEntry {
         * A file entry for a file that redirects to another URI.
         * 
         * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
-        * @version $Id$
         */
        static class RedirectFileEntry extends FileEntry {