ASM #16755 - Checkin fix for MPE and Hydro perspectives for Mike Duff
Change-Id: Ibd5d2caad16de2ab2a645b507c0e00bea61e9d5e Former-commit-id: 4ddd428c4168eb90b6d9b01db2e0bdd02206a9e7
This commit is contained in:
parent
5e93999662
commit
94b3acd437
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue