comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/StateBase.java @ 630:a72ecacccc91

Changed cache initialization so that we can use GNV without using a cache. gnv-artifacts/trunk@708 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 25 Feb 2010 07:25:21 +0000
parents 65f09139e9b3
children 58c32df1a44d
comparison
equal deleted inserted replaced
629:d08b9ba148c5 630:a72ecacccc91
67 private static final long serialVersionUID = 2411169179001645426L; 67 private static final long serialVersionUID = 2411169179001645426L;
68 68
69 /** 69 /**
70 * the logger, used to log exceptions and additonaly information 70 * the logger, used to log exceptions and additonaly information
71 */ 71 */
72 private static Logger log = Logger.getLogger(GNVArtifactBase.class); 72 private static Logger log = Logger.getLogger(StateBase.class);
73 73
74 protected final static String MINVALUEFIELDNAME = "minvalue"; 74 protected final static String MINVALUEFIELDNAME = "minvalue";
75 protected final static String MAXVALUEFIELDNAME = "maxvalue"; 75 protected final static String MAXVALUEFIELDNAME = "maxvalue";
76 76
77 private final static String NODATASELECTIONKEY = "n/n"; 77 private final static String NODATASELECTIONKEY = "n/n";

http://dive4elements.wald.intevation.org