Merge "ASM #16755 - Checkin fix for MPE and Hydro perspectives for Mike Duff" into asm_14.2.3

Former-commit-id: df9b5f74c8 [formerly e977069a71 [formerly 0cfeb341bc827b707c932cd8ca2a1d8e5c1c8ad7]]
Former-commit-id: e977069a71
Former-commit-id: 80fd57e0b6
This commit is contained in:
Matthew Howard 2014-09-23 10:23:16 -05:00 committed by Gerrit Code Review
commit 513fa15ea6

View file

@ -127,6 +127,7 @@ import com.raytheon.uf.edex.decodertools.time.TimeTools;
* 07/14/2014 mpduff Fix data range checks
* 08/05/2014 15671 snaples Fixed check for posting when not found in ingestfilter and token is set for load_shef_ingest
* 09/03/2014 mpduff Fixed river status table updates.
* 09/12/2014 mpduff Fix for shef_load_ingest token
* </pre>
*
* @author mduff
@ -2142,14 +2143,14 @@ public class PostShef {
ingestSwitch = ShefConstants.IngestSwitch.POST_PE_OFF;
}
matchFound = true;
ingestSwitchMap.put(key, ingestSwitch);
break;
}
}
}
ingestSwitchMap.put(key, ingestSwitch);
}
matchFound = ingestSwitchMap.containsKey(key);
ingestSwitch = ingestSwitchMap.get(key);
/*