comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/AreaCreationState.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
52 log.debug("AreaCreationState.compute"); 52 log.debug("AreaCreationState.compute");
53 53
54 if (facets != null) { 54 if (facets != null) {
55 AreaArtifact aArt = (AreaArtifact) areaArtifact; 55 AreaArtifact aArt = (AreaArtifact) areaArtifact;
56 56
57 facets.add(new AreaFacet(0, aArt.getFacetName(), aArt.getAreaName())); 57 facets.add(
58 new AreaFacet(0, aArt.getFacetName(), aArt.getAreaName()));
58 } 59 }
59 60
60 // TODO use compute to exploit caching strategies. 61 // TODO use compute to exploit caching strategies.
61 62
62 return null; 63 return null;

http://dive4elements.wald.intevation.org