diff servlet/src/digilib/io/Directory.java @ 159:e743b853efca

servlet version 1.16a4 - rather experimental - new Texter servlet for sending text - reads and caches text files in DocuDirCache - DocuFile renamed to ImageFile (-Set) - new TextFile
author robcast
date Tue, 16 Sep 2003 18:32:00 +0200
parents bc8df0133c04
children beed92ee6022
line wrap: on
line diff
--- a/servlet/src/digilib/io/Directory.java	Tue Sep 16 18:26:31 2003 +0200
+++ b/servlet/src/digilib/io/Directory.java	Tue Sep 16 18:32:00 2003 +0200
@@ -50,7 +50,8 @@
 
 	/** Constructor taking a File object and a parent.
 	 * 
-	 * @param d
+	 * @param dir
+	 * @param parent
 	 */
 	public Directory(File dir, Directory parent) {
 		this.dir = dir;