ASM #106 - AvnFPS Monitor TAF valid time display different from A1

Change-Id: Iddf3f4ee46b94f28494dc15764b91f38c0176325

Former-commit-id: 32c623ab36 [formerly 43e1a5a909] [formerly ccbda4db4f] [formerly cd745cfccf9753e7f39acce17dd85caf4512bba9 [formerly ccbda4db4f [formerly 26c6801620]]] [formerly 71ab6b9ed0 [formerly ccbda4db4f [formerly 26c6801620] [formerly 71ab6b9ed0 [formerly 74597b2630ffd8d984b193f72126a9a5d0b3a942]]]]
Former-commit-id: 71ab6b9ed0
Former-commit-id: a97817d6e623293e125b572eeef60377a2d5ed84 [formerly c17aa2176430d3a612529390ab4b68f86ac03181] [formerly 9094e822e0 [formerly e5c47a51eb]]
Former-commit-id: 9094e822e0
Former-commit-id: 460b543c6d
This commit is contained in:
Zhidong.Hao 2014-06-03 11:55:32 -04:00
parent a94a22d93a
commit 2f9dd94b32

View file

@ -49,6 +49,7 @@ import com.vividsolutions.jts.geom.GeometryFactory;
* Date Ticket# Engineer Description
* ------------ ---------- ----------- --------------------------
* Sep 15, 2009 njensen Initial creation
* Jun 3, 2014 16289 zhao Use "end time" instead of "start time" for CCFP report
*
* </pre>
*
@ -119,7 +120,7 @@ public class CcfpData {
CcfpRecord area = findMostRelevantArea(c, list);
List<String> reports = siteReportMap.get(site);
if (area != null) {
String report = mkCCFPReport(site, dt, area);
String report = mkCCFPReport(site, area.getDataTime().getValidPeriod().getEnd(), area);
reports.add(report);
}
siteReportMap.put(site, reports);