comparison flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeFactory.java @ 3875:d12f108ccc9c

The usual whitespace and import cleanups. flys-artifacts/trunk@5508 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 18 Sep 2012 15:45:49 +0000
parents 8e713e9bb4d7
children
comparison
equal deleted inserted replaced
3874:2c40832cb596 3875:d12f108ccc9c
128 && tm.applyPattern(pattern) 128 && tm.applyPattern(pattern)
129 && tm.masterAttrMatches(artifact) 129 && tm.masterAttrMatches(artifact)
130 && tm.outputMatches(output)) 130 && tm.outputMatches(output))
131 { 131 {
132 String target = tm.getTo(); 132 String target = tm.getTo();
133 133
134 logger.debug("Found theme '" + target + "'"); 134 logger.debug("Found theme '" + target + "'");
135 return t.get(target); 135 return t.get(target);
136 } 136 }
137 } 137 }
138 138

http://dive4elements.wald.intevation.org