comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java @ 835:2423cefe7d39

Removed trailing whitespace. gnv-artifacts/trunk@936 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 17 Apr 2010 09:35:24 +0000
parents 95733e564896
children 4bae3081eb1e
comparison
equal deleted inserted replaced
834:520a3b4da484 835:2423cefe7d39
337 try{ 337 try{
338 if (result != null 338 if (result != null
339 && (path = writeToShapeFile(uuid, result, callContext)) != null) { 339 && (path = writeToShapeFile(uuid, result, callContext)) != null) {
340 340
341 String paramType = findParameterType(callContext); 341 String paramType = findParameterType(callContext);
342 342
343 String title = getLayerTitle(inputData); 343 String title = getLayerTitle(inputData);
344 if (title == null) { 344 if (title == null) {
345 title = uuid; 345 title = uuid;
346 } 346 }
347 callContext.putContextValue( 347 callContext.putContextValue(

http://dive4elements.wald.intevation.org