comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/query/QueryExecutorFactory.java @ 885:1c3efbd2fc5a

Removes trailing whitespace. geo-backend/trunk@850 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:49:16 +0000
parents 12f88239fb33
children 8b442223741c
comparison
equal deleted inserted replaced
884:12f88239fb33 885:1c3efbd2fc5a
10 * 10 *
11 */ 11 */
12 public class QueryExecutorFactory { 12 public class QueryExecutorFactory {
13 13
14 public static final String QUERY_EXECUTOR_FACTORY = "query.executor.factory"; 14 public static final String QUERY_EXECUTOR_FACTORY = "query.executor.factory";
15 15
16 /** 16 /**
17 * the logger, used to log exceptions and additonaly information 17 * the logger, used to log exceptions and additonaly information
18 */ 18 */
19 private static Logger log = Logger.getLogger(QueryExecutorFactory.class); 19 private static Logger log = Logger.getLogger(QueryExecutorFactory.class);
20 20
21 21
22 /** 22 /**
23 * The singleton Instance of this Factory. 23 * The singleton Instance of this Factory.
24 */ 24 */
25 private static QueryExecutorFactory instance = null; 25 private static QueryExecutorFactory instance = null;
26 26
70 return instance; 70 return instance;
71 } 71 }
72 72
73 public void shutdown() { 73 public void shutdown() {
74 } 74 }
75 75
76 /** 76 /**
77 * Getting the QueryExecutor 77 * Getting the QueryExecutor
78 * @return the QueryExecutor 78 * @return the QueryExecutor
79 */ 79 */
80 public QueryExecutor getQueryExecutor(){ 80 public QueryExecutor getQueryExecutor(){

http://dive4elements.wald.intevation.org