diff servlet/src/digilib/servlet/Scaler.java @ 405:ffb2036da205

first stab at PDF printer servlet. DOES NOT WORK YET!
author robcast
date Fri, 09 Dec 2005 20:20:09 +0100
parents 31643c12d939
children 530b7b58a727
line wrap: on
line diff
--- a/servlet/src/digilib/servlet/Scaler.java	Fri Dec 09 20:20:09 2005 +0100
+++ b/servlet/src/digilib/servlet/Scaler.java	Fri Dec 09 20:20:09 2005 +0100
@@ -221,7 +221,7 @@
 		// output mime-type
 		String mimeType = "image/png";
 
-		/* parameters for a session */
+		/* preset request parameters */
 
 		// scale the image file to fit window size i.e. respect dw,dh
 		boolean scaleToFit = true;
@@ -660,6 +660,7 @@
 					"ERROR: Other Image Operation Error: " + e, response);
 		}
 	}
+
 	/**
 	 * Returns the DocuDirent corresponding to the DigilibRequest.
 	 *