changeset 557:c480f85aa2f6 digilibPDF

more small reshuffling
author robcast
date Fri, 17 Dec 2010 11:53:31 +0100
parents 33e57c02bc3e
children 38f5c3afde49
files servlet/src/digilib/image/DocuImageImpl.java
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/servlet/src/digilib/image/DocuImageImpl.java	Fri Dec 17 10:04:59 2010 +0100
+++ b/servlet/src/digilib/image/DocuImageImpl.java	Fri Dec 17 11:53:31 2010 +0100
@@ -75,6 +75,10 @@
 	}
 
     /** Check image size and type and store in ImageFile f */
+    public static boolean identifyImg(ImageFile imgf) throws IOException {
+    }
+
+    /** Check image size and type and store in ImageFile f */
     public boolean identify(ImageFile imgf) throws IOException {
         // fileset to store the information
         File f = imgf.getFile();