13.1.2-14 baseline

Former-commit-id: 45794f7232 [formerly 72330a23eb] [formerly fe21144920 [formerly a671299ee53ca3582970c4ff851b9c5120b94401]]
Former-commit-id: fe21144920
Former-commit-id: 694822020a
This commit is contained in:
Steve Harris 2013-01-31 13:55:17 -05:00
parent 827fb62d9d
commit fb33dcf58e

View file

@ -49,7 +49,8 @@ import com.raytheon.uf.edex.wmo.message.WMOHeader;
* Oct 29, 2008 1659 jkorman Initial creation
* ======================================
* AWIPS2 DR Work
* 20120918 1185 jkorman Added save to archive capability.
* 20120918 1185 jkorman Added save to archive capability.
* Jan 30, 2010 15779 lbousaidi added 4 letter to station id for ACR
* </pre>
*
* @author jkorman
@ -219,6 +220,8 @@ public class MetarToShefTransformer extends
place = 1;
if (options.isOptStripICAO()) {
lineHdr.append(stnId.substring(1));
} else { // Only for ALASKA region
lineHdr.append(stnId);
}
lineHdr.append(" :");