comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/WQTJRDataSource.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 af13ceeba52a
children 0a5239a1e46e
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 WQTJRDataSource implements JRDataSource 24 public class WQTJRDataSource implements JRDataSource
25 { 25 {
26 /** The logger used in this exporter.*/ 26 /** The log used in this exporter.*/
27 private static Logger logger = Logger.getLogger(WQTJRDataSource.class); 27 private static Logger log = Logger.getLogger(WQTJRDataSource.class);
28 28
29 /** 29 /**
30 * 30 *
31 */ 31 */
32 private ArrayList<String[]> data; 32 private ArrayList<String[]> data;

http://dive4elements.wald.intevation.org