Minor updates removing commented out lines

This commit is contained in:
Tiffany Meyer 2021-11-04 17:03:38 -04:00
parent 4a0d646a2b
commit 0ecb25d267
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View file

@ -21,7 +21,6 @@ cave/diff.txt
cave/menus/ cave/menus/
edexOsgi/build.edex/opt/db/replication/ edexOsgi/build.edex/opt/db/replication/
edexOsgi/com.raytheon.uf.edex.dissemination/ edexOsgi/com.raytheon.uf.edex.dissemination/
#edexOsgi/com.raytheon.uf.edex.ndm/
edexOsgi/deploy.edex.awips2/esb/conf/resources/ edexOsgi/deploy.edex.awips2/esb/conf/resources/
feature.xml feature.xml
scripts scripts

View file

@ -53,7 +53,6 @@ import com.raytheon.uf.common.status.UFStatus.Priority;
import com.raytheon.uf.edex.database.cluster.ClusterLockUtils; import com.raytheon.uf.edex.database.cluster.ClusterLockUtils;
import com.raytheon.uf.edex.database.cluster.ClusterLockUtils.LockState; import com.raytheon.uf.edex.database.cluster.ClusterLockUtils.LockState;
import com.raytheon.uf.edex.database.cluster.ClusterTask; import com.raytheon.uf.edex.database.cluster.ClusterTask;
//import com.raytheon.uf.edex.ndm.dataplugin.ingest.INationalDatasetSubscriber;
import com.raytheon.uf.edex.ndm.ingest.INationalDatasetSubscriber; import com.raytheon.uf.edex.ndm.ingest.INationalDatasetSubscriber;
import com.raytheon.uf.edex.plugin.text.AfosToAwipsUtil; import com.raytheon.uf.edex.plugin.text.AfosToAwipsUtil;