From bd7d250cecbc8e65621777216a81e8f44eba0c16 Mon Sep 17 00:00:00 2001 From: Ben Steffensmeier Date: Mon, 10 Mar 2014 13:35:34 -0500 Subject: [PATCH] Issue #2673 Fix name of lighning data factory. Former-commit-id: 86e3270b88336978cfa799fae402aa350b6dcac2 --- .../res/spring/binlightning-common-dataaccess.xml | 2 +- ...ightingAccessFactory.java => BinLightningAccessFactory.java} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/src/com/raytheon/uf/common/dataplugin/binlightning/dataaccess/{BinLightingAccessFactory.java => BinLightningAccessFactory.java} (99%) diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/res/spring/binlightning-common-dataaccess.xml b/edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/res/spring/binlightning-common-dataaccess.xml index 0a196509b3..a116b2a3e6 100644 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/res/spring/binlightning-common-dataaccess.xml +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/res/spring/binlightning-common-dataaccess.xml @@ -2,7 +2,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd"> - + diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/src/com/raytheon/uf/common/dataplugin/binlightning/dataaccess/BinLightingAccessFactory.java b/edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/src/com/raytheon/uf/common/dataplugin/binlightning/dataaccess/BinLightningAccessFactory.java similarity index 99% rename from edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/src/com/raytheon/uf/common/dataplugin/binlightning/dataaccess/BinLightingAccessFactory.java rename to edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/src/com/raytheon/uf/common/dataplugin/binlightning/dataaccess/BinLightningAccessFactory.java index 967132cd90..9658cc7a11 100644 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/src/com/raytheon/uf/common/dataplugin/binlightning/dataaccess/BinLightingAccessFactory.java +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.binlightning/src/com/raytheon/uf/common/dataplugin/binlightning/dataaccess/BinLightningAccessFactory.java @@ -76,7 +76,7 @@ import com.vividsolutions.jts.geom.GeometryFactory; * @author bclement * @version 1.0 */ -public class BinLightingAccessFactory extends AbstractDataPluginFactory { +public class BinLightningAccessFactory extends AbstractDataPluginFactory { private static final String sourceKey = "source";