comparison flys-client/src/main/java/de/intevation/flys/client/client/Config.java @ 1347:d81533df4138

Minor cosmetics. flys-client/trunk@3010 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 18 Oct 2011 14:11:52 +0000
parents ab7ec931bae2
children
comparison
equal deleted inserted replaced
1346:a3c04eb326f3 1347:d81533df4138
17 public class Config { 17 public class Config {
18 18
19 /** The instance of the configuration. */ 19 /** The instance of the configuration. */
20 protected static Config INSTANCE; 20 protected static Config INSTANCE;
21 21
22 /** The xml document that contains the configuration options.*/ 22 /** The xml document that contains the configuration options. */
23 protected Document config; 23 protected Document config;
24 24
25 25
26 /** 26 /**
27 * Get an instance by using {@link getInstance(Document)} or {@link 27 * Get an instance by using {@link getInstance(Document)} or {@link

http://dive4elements.wald.intevation.org