comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/WSPLGENJob.java @ 1128:727c53fd0dc7

Some bugfixes when starting/finishing WSPLGEN jobs. flys-artifacts/trunk@2643 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 05 Sep 2011 07:17:52 +0000
parents 6b9877a9f6c1
children 64b465699a24
comparison
equal deleted inserted replaced
1127:6b9877a9f6c1 1128:727c53fd0dc7
48 48
49 49
50 public WSPLGENJob(FLYSArtifact flys, File workingDir, CallContext context) { 50 public WSPLGENJob(FLYSArtifact flys, File workingDir, CallContext context) {
51 this.artifact = flys; 51 this.artifact = flys;
52 this.workingDir = workingDir; 52 this.workingDir = workingDir;
53 this.callContext = callContext; 53 this.callContext = context;
54 54
55 out = -1; 55 out = -1;
56 start = Double.NaN; 56 start = Double.NaN;
57 end = Double.NaN; 57 end = Double.NaN;
58 from = Double.NaN; 58 from = Double.NaN;

http://dive4elements.wald.intevation.org