Mercurial > hg > digilib-old
changeset 837:e718f3441d39 stream
small cleanup
author | robcast |
---|---|
date | Tue, 01 Mar 2011 17:46:29 +0100 |
parents | abd5513ef7b2 |
children | dd13310dbe29 |
files | servlet/src/digilib/servlet/Scaler.java |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/servlet/src/digilib/servlet/Scaler.java Tue Mar 01 17:38:46 2011 +0100 +++ b/servlet/src/digilib/servlet/Scaler.java Tue Mar 01 17:46:29 2011 +0100 @@ -49,31 +49,31 @@ protected static Logger authlog = Logger.getLogger("digilib.auth"); /** DocuDirCache instance */ - DocuDirCache dirCache; + protected DocuDirCache dirCache; /** Image executor */ - DigilibJobCenter<DocuImage> imageJobCenter; + protected DigilibJobCenter<DocuImage> imageJobCenter; /** authentication error image file */ - static File denyImgFile; + public static File denyImgFile; /** image error image file */ - static File errorImgFile; + public static File errorImgFile; /** not found error image file */ - static File notfoundImgFile; + public static File notfoundImgFile; /** send files as is? */ - boolean sendFileAllowed = true; + protected boolean sendFileAllowed = true; /** DigilibConfiguration instance */ - DigilibConfiguration dlConfig; + protected DigilibConfiguration dlConfig; /** use authorization database */ - boolean useAuthorization = true; + protected boolean useAuthorization = true; /** AuthOps instance */ - AuthOps authOp; + protected AuthOps authOp; /** * Initialisation on first run.