diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/smartinit/IFPDB.java b/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/smartinit/IFPDB.java index fb342d4aff..224a3b8e7e 100644 --- a/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/smartinit/IFPDB.java +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/smartinit/IFPDB.java @@ -41,6 +41,7 @@ import com.raytheon.uf.common.dataplugin.gfe.server.message.ServerResponse; * ------------ ---------- ----------- -------------------------- * May 7, 2008 njensen Initial creation * Jun 13, 2013 #2044 randerso Refactored to use IFPServer + * Jul 28, 2014 RM 15655 ryu Negate raising exception for empty db in constructor * * * @@ -88,7 +89,6 @@ public class IFPDB { } } else { this.keys = Collections.emptyList(); - throw new GfeException(sr.message()); } }