diff servlet/src/digilib/io/ImageFileSet.java @ 588:aee436f0549d stream

more work on stream input
author robcast
date Thu, 06 Jan 2011 14:37:50 +0100
parents 95417c4615b8
children 69bc69381ac4
line wrap: on
line diff
--- a/servlet/src/digilib/io/ImageFileSet.java	Thu Jan 06 11:57:32 2011 +0100
+++ b/servlet/src/digilib/io/ImageFileSet.java	Thu Jan 06 14:37:50 2011 +0100
@@ -118,7 +118,7 @@
      *            file to add
      * @return true (always)
      */
-    public boolean add(ImageFile f) {
+    public boolean add(ImageInput f) {
     	f.setParent(this);
     	return list.add(f);
     }