diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/util/GribModelLookup.java b/edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/util/GribModelLookup.java index 217b882b41..dd82eab1ff 100644 --- a/edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/util/GribModelLookup.java +++ b/edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/util/GribModelLookup.java @@ -303,7 +303,7 @@ public class GribModelLookup { "/grid/dataset/alias/gfeParamInfo.xml"); AliasList al = null; if (baseFile.exists()) { - al = JAXB.unmarshal(file.getFile(), AliasList.class); + al = JAXB.unmarshal(baseFile.getFile(), AliasList.class); al.getAliasList().addAll(aliasList); } else { al = new AliasList();