fix javadoc
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 26 May 2008 19:22:10 +0000 (21:22 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 26 May 2008 19:22:10 +0000 (21:22 +0200)
src/net/pterodactylus/jsite/project/Entry.java

index 6164914..09d9f39 100644 (file)
 
 package net.pterodactylus.jsite.project;
 
+import java.io.File;
+
 /**
- * A file is an entry in a directory. Its name can contain multiple components
- * (separated by a slash, ‘/’).
+ * A file is an entry in a directory. Its name can contain multiple components,
+ * separated by the platform’s {@link File#separatorChar}.
  * 
  * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  */
@@ -29,8 +31,8 @@ public interface Entry {
 
        /**
         * Returns the name of the file. The name can contain multiple path
-        * components, separated by a slash (‘/’). It will never start with a slash,
-        * though.
+        * components, separated by the platform’s {@link File#separatorChar}. It
+        * will never start with a separator, though.
         * 
         * @return The name of the file
         */