comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/vegetationzones/VegetationZonesState.java @ 9070:611a523fc42f

VegetationZoneAccessHelper, VegetationTablePanels verbessert
author gernotbelger
date Tue, 15 May 2018 18:04:36 +0200
parents 1ffd38826175
children 23945061daec
comparison
equal deleted inserted replaced
9069:1ffd38826175 9070:611a523fc42f
47 // FIXME: why is this necessary? 47 // FIXME: why is this necessary?
48 if (artifact instanceof ChartArtifact) { 48 if (artifact instanceof ChartArtifact) {
49 facets.add(new EmptyFacet()); 49 facets.add(new EmptyFacet());
50 return null; 50 return null;
51 } 51 }
52
53 return compute((UINFOArtifact) artifact, context, hash, facets, old); 52 return compute((UINFOArtifact) artifact, context, hash, facets, old);
54 } 53 }
55 54
56 @Override 55 @Override
57 public Object computeAdvance(final D4EArtifact artifact, final String hash, final CallContext context, final List<Facet> facets, final Object old) { 56 public Object computeAdvance(final D4EArtifact artifact, final String hash, final CallContext context, final List<Facet> facets, final Object old) {

http://dive4elements.wald.intevation.org