Merge "ASM #380 - Hydro--TimeSeries:error thrown when click Table button" into asm_14.2.2
Former-commit-id:b296595184
[formerly6ac6f6f1fc
[formerly f28ab35657154bb028f3ca710ccc0b42d7c04b70]] Former-commit-id:6ac6f6f1fc
Former-commit-id:2a9de9706e
This commit is contained in:
commit
ccb6ccaf2e
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,8 @@ import com.raytheon.uf.common.ohd.AppsDefaults;
|
|||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Jul 9, 2008 1194 mpduff Initial creation.
|
||||
* Mar 7, 2014 16692 lbousaidi Any Forecast source other than
|
||||
* H*,P*,Q*,T* should be handled by fcstother.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -110,6 +112,9 @@ public class DbUtils {
|
|||
* data
|
||||
*/
|
||||
retVal = fcstTableMap.get(pe.substring(0, 1).toLowerCase());
|
||||
if (retVal==null) {
|
||||
retVal="Fcstother";
|
||||
}
|
||||
matchFound = true;
|
||||
} else { /* if type-source not valid */
|
||||
// TODO - Log error message - "Invalid type-source specified for
|
||||
|
|
Loading…
Add table
Reference in a new issue