# HG changeset patch # User robcast # Date 1047910997 -3600 # Node ID c96b5fedfb2a4eefd1a7589975583f2c1229b223 # Parent 4866b3cbd1313f04be860c84b8cc0cfd86664109 New version 1.8b4. Utils without static debuglevel. diff -r 4866b3cbd131 -r c96b5fedfb2a servlet/src/digilib/Utils.java --- a/servlet/src/digilib/Utils.java Sun Mar 09 21:37:27 2003 +0100 +++ b/servlet/src/digilib/Utils.java Mon Mar 17 15:23:17 2003 +0100 @@ -22,6 +22,8 @@ public class Utils { + private int debugLevel = 10; + public Utils() { } @@ -29,7 +31,6 @@ debugLevel = dbg; } - public static int debugLevel = 10; public void setDebugLevel(int lvl) { debugLevel = lvl; }