comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/StaticState.java @ 8860:28df64078f27

Merge with 0862ea5d66baf60e7eee496d130a35157cc9ec12
author gernotbelger
date Fri, 19 Jan 2018 11:23:42 +0100
parents 5e38e2924c07
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8854:7bbfb24e6eec 8860:28df64078f27
78 */ 78 */
79 public Object staticCompute(List<Facet> facets, D4EArtifact artifact) { 79 public Object staticCompute(List<Facet> facets, D4EArtifact artifact) {
80 return staticCompute(facets); 80 return staticCompute(facets);
81 } 81 }
82 82
83 /** End-point and most important compute-method. Override for desired effect. */ 83 /** End-point and most important compute-method.
84 * Override for desired effect. */
84 public Object staticCompute(List<Facet> facets) { 85 public Object staticCompute(List<Facet> facets) {
85 return null; 86 return null;
86 } 87 }
87 88
88 89

http://dive4elements.wald.intevation.org