OODT-781 fix fat fingers....

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

Branch: refs/heads/avro_rpc
Commit: acaab48655d01c16e968a53bd20f291faacafc8c
Parents: 2590e04
Author: Tom Barber <t...@analytical-labs.com>
Authored: Thu Feb 4 18:01:59 2016 +0000
Committer: Tom Barber <t...@analytical-labs.com>
Committed: Thu Feb 4 18:01:59 2016 +0000

----------------------------------------------------------------------
 .../org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/acaab486/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
----------------------------------------------------------------------
diff --git 
a/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
 
b/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
index bd4dd80..beba420 100644
--- 
a/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
+++ 
b/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
@@ -1107,7 +1107,7 @@ public class XmlRpcFileManager {
   }
 
   public boolean removeProduct(Hashtable table) throws CatalogException {
-    Product p = XmlRpcStructFactory.getProductFromXmlRpc(productHash);
+    Product p = XmlRpcStructFactory.getProductFromXmlRpc(table);
 
     try {
       catalog.removeProduct(p);
@@ -1119,7 +1119,7 @@ public class XmlRpcFileManager {
 
     return true;
   }
-  
+
   public boolean removeProduct(Map<String, Object> productHash) throws 
CatalogException {
     Product p = XmlRpcStructFactory.getProductFromXmlRpc(productHash);
 

Reply via email to