diff servlet/src/digilib/Utils.java @ 71:d493563ef672

New servlet version 1.5b. Mostly cleanup. Global parameters for digilib now in DigilibConfiguration, per request parameters are now all in DigilibRequest. The DocuImage implementation can be selected by the configuration docuimage-class. Pixel-by-pixel view implemented with "mo=clip".
author robcast
date Fri, 24 Jan 2003 21:40:59 +0100
parents 8d9a0abf3626
children 5d44cd2481a5
line wrap: on
line diff
--- a/servlet/src/digilib/Utils.java	Wed Jan 08 18:58:09 2003 +0100
+++ b/servlet/src/digilib/Utils.java	Fri Jan 24 21:40:59 2003 +0100
@@ -42,7 +42,7 @@
    *    dprintln(1, "blabla");
    *    will be printed on stdout if debug >= 1
    */
-  public static void dprintln(int dbg, String s) {
+  public void dprintln(int dbg, String s) {
     if (debugLevel >= dbg) {
       String ind = "";
       // indent by debuglevel