comparison gnv/src/main/java/de/intevation/gnv/propertiesreader/PropertiesReaderFactory.java @ 38:fccf90761825

Format Code to max 80 Chars per Row better Formatter choosen gnv/trunk@174 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 02 Oct 2009 09:10:36 +0000
parents ad381cc47217
children 15ac78a91d1b
comparison
equal deleted inserted replaced
37:1ea46f542d07 38:fccf90761825
71 } else if (config instanceof Map) { 71 } else if (config instanceof Map) {
72 this.propertiesReader = new MapPropertiesReader( 72 this.propertiesReader = new MapPropertiesReader(
73 (Map<String, String>) config); 73 (Map<String, String>) config);
74 } else { 74 } else {
75 log.error("No PropertiesReader for Instance " 75 log.error("No PropertiesReader for Instance "
76 + config.getClass().getName()); 76 + config.getClass().getName());
77 } 77 }
78 78
79 } 79 }
80 80
81 } 81 }

http://dive4elements.wald.intevation.org