{
private static PythonScriptManager psm;
- private transient Log logger = LogFactory.getLog(getClass());
+ private static final transient IUFStatusHandler logger = UFStatus
+ .getHandler(QCDao.class);
static {
pdds = QCPaths.getPointDataDescriptions();
diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.qc/src/com/raytheon/uf/common/dataplugin/qc/internal/QCPaths.java b/edexOsgi/com.raytheon.uf.edex.plugin.qc/src/com/raytheon/uf/edex/plugin/qc/internal/QCPaths.java
similarity index 94%
rename from edexOsgi/com.raytheon.uf.common.dataplugin.qc/src/com/raytheon/uf/common/dataplugin/qc/internal/QCPaths.java
rename to edexOsgi/com.raytheon.uf.edex.plugin.qc/src/com/raytheon/uf/edex/plugin/qc/internal/QCPaths.java
index 667d31cad6..6d393b818d 100644
--- a/edexOsgi/com.raytheon.uf.common.dataplugin.qc/src/com/raytheon/uf/common/dataplugin/qc/internal/QCPaths.java
+++ b/edexOsgi/com.raytheon.uf.edex.plugin.qc/src/com/raytheon/uf/edex/plugin/qc/internal/QCPaths.java
@@ -18,7 +18,7 @@
* further licensing information.
**/
-package com.raytheon.uf.common.dataplugin.qc.internal;
+package com.raytheon.uf.edex.plugin.qc.internal;
import java.io.File;
import java.io.FileNotFoundException;
@@ -47,6 +47,19 @@ import com.raytheon.uf.edex.core.EDEXUtil;
/**
* This class should only be used by the QC plug-ins.
+ *
+ *
+ *
+ * SOFTWARE HISTORY
+ *
+ * Date Ticket# Engineer Description
+ * ------------ ---------- ----------- --------------------------
+ * ??? ??? ??? Initial creation
+ * Aug 15, 2014 3530 bclement moved from common to edex
+ *
+ *
+ *
+ * @version 1.0
*/
public class QCPaths {
private static final transient IUFStatusHandler statusHandler = UFStatus