comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/StaticState.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents e4606eae8ea5
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
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