You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2017/08/10 05:33:03 UTC

[5/6] oodt git commit: - getElementsByProductType needs to use XmlRpc compat Hashtable in its IF method (fixes NoSuchMethod error)

- getElementsByProductType needs to use XmlRpc compat Hashtable in its
IF method (fixes NoSuchMethod error)

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

Branch: refs/heads/feature/zookeeper-config
Commit: a721243ebebba749fe18c414e3d3d5fd6c27f12a
Parents: 5f1a8e8
Author: Chris Mattmann <ma...@apache.org>
Authored: Sat Jul 29 13:52:54 2017 -0700
Committer: Chris Mattmann <ma...@apache.org>
Committed: Sat Jul 29 13:52:54 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/oodt/blob/a721243e/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 beba420..4e17327 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
@@ -617,7 +617,7 @@ public class XmlRpcFileManager {
   }
 
   public List<Map<String, Object>> getElementsByProductType(
-      Map<String, Object> productTypeHash)
+      Hashtable<String, Object> productTypeHash)
       throws ValidationLayerException {
     ProductType type = XmlRpcStructFactory
         .getProductTypeFromXmlRpc(productTypeHash);