fixing build failure

Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d23d5728
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d23d5728
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/d23d5728

Branch: refs/heads/master
Commit: d23d5728877f3e948417063f807ba4054bf6bc07
Parents: cded43e
Author: scnakandala <[email protected]>
Authored: Mon Jun 27 16:12:02 2016 -0400
Committer: scnakandala <[email protected]>
Committed: Mon Jun 27 16:12:02 2016 -0400

----------------------------------------------------------------------
 .../core/experiment/catalog/impl/RegistryFactory.java         | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/d23d5728/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/RegistryFactory.java
----------------------------------------------------------------------
diff --git 
a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/RegistryFactory.java
 
b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/RegistryFactory.java
index 8e4ed08..e57d15b 100644
--- 
a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/RegistryFactory.java
+++ 
b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/experiment/catalog/impl/RegistryFactory.java
@@ -112,11 +112,4 @@ public class RegistryFactory {
         return replicaCatalog;
     }
 
-
-    public static ExperimentCatalog getLoggingRegistry() {
-        if(experimentCatalog == null) {
-            experimentCatalog = new LoggingExperimentCatalogImpl();
-        }
-        return experimentCatalog;
-    }
 }

Reply via email to