comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/ManualPointsArtifact.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents e2124ca11adb
children d35f28655fa6
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
76 logger.debug("ManualPointsArtifact.initialize"); 76 logger.debug("ManualPointsArtifact.initialize");
77 List<Facet> fs = new ArrayList<Facet>(); 77 List<Facet> fs = new ArrayList<Facet>();
78 78
79 DefaultState state = (DefaultState) getCurrentState(context); 79 DefaultState state = (DefaultState) getCurrentState(context);
80 state.computeInit(this, hash(), context, meta, fs); 80 state.computeInit(this, hash(), context, meta, fs);
81 if (!fs.isEmpty()) { 81 if (!fs.isEmpty()) {
82 logger.debug("Facets to add in ManualPointsArtifact.initialize ."); 82 logger.debug("Facets to add in ManualPointsArtifact.initialize .");
83 facets.put(getCurrentStateId(), fs); 83 facets.put(getCurrentStateId(), fs);
84 } 84 }
85 else { 85 else {
86 logger.debug("No facets to add in ManualPointsArtifact.initialize (" 86 logger.debug("No facets to add in ManualPointsArtifact.initialize ("
87 + state.getID() + ")."); 87 + state.getID() + ").");
88 } 88 }
89 } 89 }
90 90

http://dive4elements.wald.intevation.org