# HG changeset patch # User robcast # Date 1047910997 -3600 # Node ID 5d44cd2481a58295f05431e199373939c47dd8ca # Parent 997ba69afb81289f552baf0c2aeb7d0b7f4e5c8e New version 1.8b4. Utils without static debuglevel. diff -r 997ba69afb81 -r 5d44cd2481a5 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; }