diff --git a/edexOsgi/com.raytheon.uf.edex.ingest/src/com/raytheon/uf/edex/ingest/notification/PluginNotifierConfig.java b/edexOsgi/com.raytheon.uf.edex.ingest/src/com/raytheon/uf/edex/ingest/notification/PluginNotifierConfig.java index ba2097bc2d..5b94eb899c 100644 --- a/edexOsgi/com.raytheon.uf.edex.ingest/src/com/raytheon/uf/edex/ingest/notification/PluginNotifierConfig.java +++ b/edexOsgi/com.raytheon.uf.edex.ingest/src/com/raytheon/uf/edex/ingest/notification/PluginNotifierConfig.java @@ -154,6 +154,7 @@ public class PluginNotifierConfig { switch (endpointType) { case DIRECTVM: builder.append(directvmPrefix); + break; case VM: builder.append(vmPrefix); break;