Issue #1155 Per email changed default id from 'blank' to hyphen '-'.

Change-Id: Iea2dcb2ecb15662d158c93a6e81989335860e581

Former-commit-id: c1315ae6f5 [formerly 993c0cf0eb9e31b1aa1ffa339d49e323571aaa1b]
Former-commit-id: 412337bc42
This commit is contained in:
Roger Ferrel 2012-09-13 08:23:00 -05:00
parent c6bbd04898
commit f5347f2373

View file

@ -105,7 +105,7 @@ public class SiteAbbreviationUtil {
public static String getTtaaii(String afosId) {
String query = "SELECT wmottaaii FROM afos_to_awips WHERE afosid = '"
+ afosId + "';";
String rval = "blank";
String rval = "-";
try {
List<Object[]> results = DirectDbQuery.executeQuery(query,