Mercurial > hg > digilib-old
changeset 87:5d44cd2481a5
New version 1.8b4.
Utils without static debuglevel.
author | robcast |
---|---|
date | Mon, 17 Mar 2003 15:23:17 +0100 |
parents | 997ba69afb81 |
children | 398d39ee1014 |
files | servlet/src/digilib/Utils.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }