comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/WaterlevelArtifact.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents e384d78ff78b
children a5fb0a2dfe2f
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
73 logger.debug("Cloned data of winfo artifact."); 73 logger.debug("Cloned data of winfo artifact.");
74 // Statically add Facets. 74 // Statically add Facets.
75 List<Facet> fs = new ArrayList<Facet>(); 75 List<Facet> fs = new ArrayList<Facet>();
76 DefaultState state = (DefaultState) getCurrentState(context); 76 DefaultState state = (DefaultState) getCurrentState(context);
77 state.computeInit(this, hash(), context, meta, fs); 77 state.computeInit(this, hash(), context, meta, fs);
78 if (!fs.isEmpty()) { 78 if (!fs.isEmpty()) {
79 logger.debug("Facets to add in WaterlevelArtifact.initialize ."); 79 logger.debug("Facets to add in WaterlevelArtifact.initialize .");
80 facets.put(getCurrentStateId(), fs); 80 facets.put(getCurrentStateId(), fs);
81 } 81 }
82 else { 82 else {
83 logger.debug("No facets to add in WaterlevelArtifact.initialize (" 83 logger.debug("No facets to add in WaterlevelArtifact.initialize ("
84 + state.getID() + ")."); 84 + state.getID() + ").");
85 } 85 }
86 } 86 }
87 87

http://dive4elements.wald.intevation.org