comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/fixation/LocationSelect.java @ 8202:e4606eae8ea5

sed src/**/*.java 's/logger/log/g'
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 05 Sep 2014 12:58:17 +0200
parents 3516b58296bb
children 1116079e6624
comparison
equal deleted inserted replaced
8201:4b8c5a08de04 8202:e4606eae8ea5
21 /** 21 /**
22 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 22 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
23 */ 23 */
24 public class LocationSelect extends RangeState { 24 public class LocationSelect extends RangeState {
25 25
26 /** The logger used in this class. */ 26 /** The log used in this class. */
27 private static Logger logger = Logger.getLogger(LocationSelect.class); 27 private static Logger log = Logger.getLogger(LocationSelect.class);
28 28
29 /** 29 /**
30 * The default constructor that initializes an empty State object. 30 * The default constructor that initializes an empty State object.
31 */ 31 */
32 public LocationSelect() { 32 public LocationSelect() {

http://dive4elements.wald.intevation.org