Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/GaugeDischargeArtifact.java @ 4504:d7e1aee9d51e
Merged.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 14 Nov 2012 12:37:57 +0100 |
parents | a2735a4bf75e |
children |
comparison
equal
deleted
inserted
replaced
4503:f91260ccef03 | 4504:d7e1aee9d51e |
---|---|
100 DefaultState state = (DefaultState) getCurrentState(context); | 100 DefaultState state = (DefaultState) getCurrentState(context); |
101 state.computeInit(this, hash(), context, meta, fs); | 101 state.computeInit(this, hash(), context, meta, fs); |
102 if (!fs.isEmpty()) { | 102 if (!fs.isEmpty()) { |
103 logger.debug("Facets to add in GaugeDischargeArtifact.initialize. (" | 103 logger.debug("Facets to add in GaugeDischargeArtifact.initialize. (" |
104 + state.getID() + "/ " + getCurrentStateId() + ")."); | 104 + state.getID() + "/ " + getCurrentStateId() + ")."); |
105 facets.put(getCurrentStateId(), fs); | 105 addFacets(getCurrentStateId(), fs); |
106 } | 106 } |
107 else { | 107 else { |
108 logger.debug("No facets to add in GaugeDischargeArtifact.initialize (" | 108 logger.debug("No facets to add in GaugeDischargeArtifact.initialize (" |
109 + state.getID() + "/ "+getCurrentStateId()+")."); | 109 + state.getID() + "/ "+getCurrentStateId()+")."); |
110 } | 110 } |