comparison gnv/src/main/java/de/intevation/gnv/propertiesreader/PropertiesReaderFactory.java @ 7:fe6a64545552

Support for creating an Artifact integrated gnv/trunk@83 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 14 Sep 2009 13:46:25 +0000
parents d7b4a77ba892
children ad381cc47217
comparison
equal deleted inserted replaced
6:6592580ae823 7:fe6a64545552
43 * This Method provides an singleton Instance of this Class. 43 * This Method provides an singleton Instance of this Class.
44 * @return an singleton Instance of this Class 44 * @return an singleton Instance of this Class
45 */ 45 */
46 public static PropertiesReaderFactory getInstance(){ 46 public static PropertiesReaderFactory getInstance(){
47 if (instance == null){ 47 if (instance == null){
48 instance = null; 48 instance = new PropertiesReaderFactory();
49 } 49 }
50 return instance; 50 return instance;
51 } 51 }
52 52
53 53

http://dive4elements.wald.intevation.org