diff servlet/src/digilib/image/DocuImageImpl.java @ 819:a23c4c15a6a8 stream

clean up possible resource leaks. better behaviour with unknown image types.
author robcast
date Mon, 21 Feb 2011 22:36:35 +0100
parents 2b58d2783ef0
children a630d0303cce
line wrap: on
line diff
--- a/servlet/src/digilib/image/DocuImageImpl.java	Mon Feb 21 10:24:48 2011 +0100
+++ b/servlet/src/digilib/image/DocuImageImpl.java	Mon Feb 21 22:36:35 2011 +0100
@@ -156,11 +156,11 @@
 
     public void crop(int xoff, int yoff, int width, int height)
             throws ImageOpException {
-        // TODO Auto-generated method stub
+        // emtpy implementation
     }
 
     public Image getAwtImage() {
-        // TODO Auto-generated method stub
+        // emtpy implementation
         return null;
     }