comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthState.java @ 9040:5294114b1df4

Fixed/changed some FIXMEs/TODOs
author gernotbelger
date Wed, 02 May 2018 12:19:31 +0200
parents b194fa64506a
children 23945061daec
comparison
equal deleted inserted replaced
9039:13b5b515c61f 9040:5294114b1df4
41 return "continue"; 41 return "continue";
42 } 42 }
43 43
44 @Override 44 @Override
45 public Object computeFeed(final D4EArtifact artifact, final String hash, final CallContext context, final List<Facet> facets, final Object old) { 45 public Object computeFeed(final D4EArtifact artifact, final String hash, final CallContext context, final List<Facet> facets, final Object old) {
46 // FIXME: why is this necessary?
47 if (artifact instanceof ChartArtifact) { 46 if (artifact instanceof ChartArtifact) {
48 facets.add(new EmptyFacet()); 47 facets.add(new EmptyFacet());
49 return null; 48 return null;
50 } 49 }
51 50

http://dive4elements.wald.intevation.org