Issue #1155 changed default WMO id to 'blank'.
Change-Id: I1374b7584545e1510745882972e96011fd6db128 Former-commit-id:d61f796f31
[formerly c68617688bebf943fba3f46ab4df200ee4f99cc8] Former-commit-id:00d7dea2eb
This commit is contained in:
parent
08696bbdb6
commit
c6bbd04898
1 changed files with 4 additions and 3 deletions
|
@ -29,7 +29,8 @@ import com.raytheon.uf.viz.core.localization.LocalizationManager;
|
|||
import com.raytheon.viz.texteditor.TextWarningConstants;
|
||||
|
||||
/**
|
||||
* TODO Add Description
|
||||
* A grouping of static methods to obtain site id and to query for site
|
||||
* information in various, seldom changed, tables.
|
||||
*
|
||||
* <pre>
|
||||
*
|
||||
|
@ -37,6 +38,7 @@ import com.raytheon.viz.texteditor.TextWarningConstants;
|
|||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Mar 21, 2009 bwoodle Initial creation
|
||||
* Sep 09, 2012 14668 rferrel Change default WMO ID to 'blank'.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -103,8 +105,7 @@ public class SiteAbbreviationUtil {
|
|||
public static String getTtaaii(String afosId) {
|
||||
String query = "SELECT wmottaaii FROM afos_to_awips WHERE afosid = '"
|
||||
+ afosId + "';";
|
||||
// Keep the same default we previously had.
|
||||
String rval = "SAUS43";
|
||||
String rval = "blank";
|
||||
|
||||
try {
|
||||
List<Object[]> results = DirectDbQuery.executeQuery(query,
|
||||
|
|
Loading…
Add table
Reference in a new issue