comparison artifacts/src/main/java/org/dive4elements/river/artifacts/ManualPointsArtifact.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 3f49835a00c3 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
94 } 94 }
95 95
96 96
97 /** Setup state and facet. */ 97 /** Setup state and facet. */
98 @Override 98 @Override
99 protected void initialize(Artifact artifact, Object context, CallMeta meta) { 99 protected void initialize(
100 Artifact artifact,
101 Object context,
102 CallMeta meta
103 ) {
100 log.debug("ManualPointsArtifact.initialize"); 104 log.debug("ManualPointsArtifact.initialize");
101 List<Facet> fs = new ArrayList<Facet>(); 105 List<Facet> fs = new ArrayList<Facet>();
102 106
103 DefaultState state = (DefaultState) getCurrentState(context); 107 DefaultState state = (DefaultState) getCurrentState(context);
104 state.computeInit(this, hash(), context, meta, fs); 108 state.computeInit(this, hash(), context, meta, fs);

http://dive4elements.wald.intevation.org