comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/ManualPointsArtifact.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
93 93
94 DefaultState state = (DefaultState) getCurrentState(context); 94 DefaultState state = (DefaultState) getCurrentState(context);
95 state.computeInit(this, hash(), context, meta, fs); 95 state.computeInit(this, hash(), context, meta, fs);
96 if (!fs.isEmpty()) { 96 if (!fs.isEmpty()) {
97 logger.debug("Facets to add in ManualPointsArtifact.initialize ."); 97 logger.debug("Facets to add in ManualPointsArtifact.initialize .");
98 facets.put(getCurrentStateId(), fs); 98 addFacets(getCurrentStateId(), fs);
99 } 99 }
100 else { 100 else {
101 logger.debug("No facets to add in ManualPointsArtifact.initialize (" 101 logger.debug("No facets to add in ManualPointsArtifact.initialize ("
102 + state.getID() + ")."); 102 + state.getID() + ").");
103 } 103 }

http://dive4elements.wald.intevation.org