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:
Chip Gobs 2015-03-18 10:14:46 -04:00
parent 33a5c2021b
commit 28965a0276

View file

@ -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;
}