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

http://dive4elements.wald.intevation.org