comparison flys-artifacts/src/main/java/de/intevation/flys/exports/sq/SQRelationGenerator.java @ 4047:3dc26ec2558d

Removed dead code
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 06 Oct 2012 11:08:24 +0200
parents 41a7b171bd59
children 080411ac948f
comparison
equal deleted inserted replaced
4046:ca208b2f35a0 4047:3dc26ec2558d
132 boolean visible 132 boolean visible
133 ) { 133 ) {
134 String desc = artifactAndFacet.getFacetDescription(); 134 String desc = artifactAndFacet.getFacetDescription();
135 logger.debug("doSQCurveOut: " + desc); 135 logger.debug("doSQCurveOut: " + desc);
136 136
137 Facet f = artifactAndFacet.getFacet();
138 SQFunction func = (SQFunction) artifactAndFacet.getData(context); 137 SQFunction func = (SQFunction) artifactAndFacet.getData(context);
139 138
140 if (func == null) { 139 if (func == null) {
141 return; 140 return;
142 } 141 }
169 boolean visible 168 boolean visible
170 ) { 169 ) {
171 String desc = artifactAndFacet.getFacetDescription(); 170 String desc = artifactAndFacet.getFacetDescription();
172 logger.debug("doSQOut: " + desc); 171 logger.debug("doSQOut: " + desc);
173 172
174 Facet f = artifactAndFacet.getFacet();
175 SQ[] sqs = (SQ[]) artifactAndFacet.getData(context); 173 SQ[] sqs = (SQ[]) artifactAndFacet.getData(context);
176 if (sqs == null) { 174 if (sqs == null) {
177 logger.debug("No SQs found for facet"); 175 logger.debug("No SQs found for facet");
178 return; 176 return;
179 } 177 }

http://dive4elements.wald.intevation.org