comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/GaugeDischargeArtifact.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 49727e9dcfde
children 0f7abd95c6e2
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
98 addStringData("ld_to", "1000"); 98 addStringData("ld_to", "1000");
99 addStringData("ld_mode", "distance"); 99 addStringData("ld_mode", "distance");
100 100
101 DefaultState state = (DefaultState) getCurrentState(context); 101 DefaultState state = (DefaultState) getCurrentState(context);
102 state.computeInit(this, hash(), context, meta, fs); 102 state.computeInit(this, hash(), context, meta, fs);
103 if (!fs.isEmpty()) { 103 if (!fs.isEmpty()) {
104 logger.debug("Facets to add in GaugeDischargeArtifact.initialize. (" 104 logger.debug("Facets to add in GaugeDischargeArtifact.initialize. ("
105 + state.getID() + "/ " + getCurrentStateId() + ")."); 105 + state.getID() + "/ " + getCurrentStateId() + ").");
106 facets.put(getCurrentStateId(), fs); 106 facets.put(getCurrentStateId(), fs);
107 } 107 }
108 else { 108 else {
109 logger.debug("No facets to add in GaugeDischargeArtifact.initialize (" 109 logger.debug("No facets to add in GaugeDischargeArtifact.initialize ("
110 + state.getID() + "/ "+getCurrentStateId()+")."); 110 + state.getID() + "/ "+getCurrentStateId()+").");
111 } 111 }
112 } 112 }
113 113

http://dive4elements.wald.intevation.org