Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/collections/AttributeWriter.java @ 5379:61bf64b102bc mapgenfix
Merge with default branch
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Fri, 22 Mar 2013 11:25:54 +0100 |
parents | 345f3bba6f15 |
children |
comparison
equal
deleted
inserted
replaced
5175:cfc5540a4eec | 5379:61bf64b102bc |
---|---|
162 List<Facet> oldFacets, | 162 List<Facet> oldFacets, |
163 List<String> compatibleFacets) | 163 List<String> compatibleFacets) |
164 throws ArtifactDatabaseException | 164 throws ArtifactDatabaseException |
165 { | 165 { |
166 if (compatibleFacets == null) { | 166 if (compatibleFacets == null) { |
167 logger.warn("No compatible facets, not generating out."); | 167 logger.warn("No compatible facets, not generating out " + outputName + "."); |
168 return false; | 168 return false; |
169 } | 169 } |
170 | 170 |
171 int num = newFacets.size(); | 171 int num = newFacets.size(); |
172 | 172 |