comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/HYKArtifact.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 2f7fed1eb4bf
children afc7bfb4800b
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
104 104
105 List<Facet> fs = new ArrayList<Facet>(); 105 List<Facet> fs = new ArrayList<Facet>();
106 106
107 DefaultState state = (DefaultState) getCurrentState(context); 107 DefaultState state = (DefaultState) getCurrentState(context);
108 state.computeInit(this, hash(), context, callMeta, fs); 108 state.computeInit(this, hash(), context, callMeta, fs);
109 if (!fs.isEmpty()) { 109 if (!fs.isEmpty()) {
110 logger.debug("Facets to add in HYKArtifact.initialize ."); 110 logger.debug("Facets to add in HYKArtifact.initialize .");
111 facets.put(getCurrentStateId(), fs); 111 facets.put(getCurrentStateId(), fs);
112 } 112 }
113 else { 113 else {
114 logger.debug("No facets to add in HYKArtifact.initialize (" 114 logger.debug("No facets to add in HYKArtifact.initialize ("
115 + state.getID() + ")."); 115 + state.getID() + ").");
116 } 116 }
117 } 117 }
118 118

http://dive4elements.wald.intevation.org