comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.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 3ab5754e72e3
children e91ebe3696ec
comparison
equal deleted inserted replaced
834:520a3b4da484 835:2423cefe7d39
500 * @param outputStream 500 * @param outputStream
501 * @param uuid 501 * @param uuid
502 * @throws IOException 502 * @throws IOException
503 * @throws StateException 503 * @throws StateException
504 */ 504 */
505 protected void createODV(OutputStream outputStream, 505 protected void createODV(OutputStream outputStream,
506 String uuid, 506 String uuid,
507 CallContext callContext) 507 CallContext callContext)
508 throws IOException, 508 throws IOException,
509 StateException { 509 StateException {
510 Collection<Result> odvResult = this.getODVResult(uuid); 510 Collection<Result> odvResult = this.getODVResult(uuid);
511 this.createODV(outputStream, odvResult,uuid); 511 this.createODV(outputStream, odvResult,uuid);
654 } 654 }
655 return null; 655 return null;
656 }else{ 656 }else{
657 return null; 657 return null;
658 } 658 }
659 659
660 } 660 }
661 661
662 /** 662 /**
663 * Returns the statistic generator. 663 * Returns the statistic generator.
664 * 664 *

http://dive4elements.wald.intevation.org