VLab Issue #6997 MPE DR 17210 Post Analysis: Post Analysis App Failing with 14.3.1-53 Build ; fixes #6997
Former-commit-id: c8c5c5bce94eba6b1a2f5d5f580f3b6ac8d43a6b
This commit is contained in:
parent
33a5c2021b
commit
28965a0276
1 changed files with 3 additions and 2 deletions
|
@ -43,7 +43,7 @@ import com.vividsolutions.jts.geom.Coordinate;
|
|||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* December 2013 DCS 167 C. Gobs Initial version
|
||||
*
|
||||
* February 2015 C. Gobs Fixed issue with parsing unexpected file name formats in xmrg directory
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
|
@ -156,6 +156,7 @@ public class PostAnalysisManager
|
|||
try
|
||||
{
|
||||
shiftedDate = utcSdf2.parse(timeString);
|
||||
longTime = shiftedDate.getTime();
|
||||
}
|
||||
catch(ParseException e)
|
||||
{
|
||||
|
@ -164,7 +165,7 @@ public class PostAnalysisManager
|
|||
|
||||
}
|
||||
|
||||
longTime = shiftedDate.getTime();
|
||||
|
||||
|
||||
return longTime;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue