ASM #378 - MPE gages are not listed/available in gage table

Change-Id: I1a061e6cf8a6364e4401ea4524e3fc0c8cad9b6a

Former-commit-id: 8c9f9b3ae0 [formerly 8c9f9b3ae0 [formerly 55b1066b8674a044602297e64cb557ced5faf92a]]
Former-commit-id: dc3aadd149
Former-commit-id: 05bb380e77
This commit is contained in:
Shawn.Hooper 2014-03-07 12:57:36 -05:00
parent 89b6f79565
commit 26a112b34b

View file

@ -61,7 +61,7 @@ import com.vividsolutions.jts.geom.Coordinate;
* header creation.
* May 20, 2013 15962 lbousaidi Added a new routine getRadarIdsTrue()
* for Radar Sites dialog.
*
* Mar 05, 2014 17114 lbousaidi display PC data in gage table.
* </pre>
*
* @author mpduff
@ -620,9 +620,6 @@ public class GageTableDataManager {
index = 0;
for (MPEGageData gage : gageRecordList) {
if (!gage.getPe().equalsIgnoreCase("PP")) {
continue;
}
Map<String, Double> productValueMap = new HashMap<String, Double>();