comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/StateBase.java @ 870:dfd02f8d3602

Removed trailing whitespace. gnv-artifacts/trunk@1010 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 28 Apr 2010 06:53:44 +0000
parents 797a6264b89b
children c07d9f9a738c
comparison
equal deleted inserted replaced
869:27112636e8bb 870:dfd02f8d3602
80 80
81 public static final String EXCEPTION_NO_INPUT = "no.input.data"; 81 public static final String EXCEPTION_NO_INPUT = "no.input.data";
82 82
83 public static final String EXCEPTION_INVALID_INPUT = 83 public static final String EXCEPTION_INVALID_INPUT =
84 "input.is.not.valid"; 84 "input.is.not.valid";
85 85
86 public final static String HASH_ID_SEPARATOR = "#"; 86 public final static String HASH_ID_SEPARATOR = "#";
87 87
88 /** input value names which should not be rendered from State itself */ 88 /** input value names which should not be rendered from State itself */
89 public final static String[] BLACKLIST = {"sourceid", "fisname"}; 89 public final static String[] BLACKLIST = {"sourceid", "fisname"};
90 90

http://dive4elements.wald.intevation.org