From dd5639977dced0858cfa209dfc0bd129f1de0d83 Mon Sep 17 00:00:00 2001
From: Tony Mack <tmack@cs.princeton.edu>
Date: Mon, 9 Aug 2010 18:37:07 +0000
Subject: [PATCH] fix order of expected arguemnts

---
 sfa/methods/Update.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sfa/methods/Update.py b/sfa/methods/Update.py
index de9dbb00..3b8b55a2 100644
--- a/sfa/methods/Update.py
+++ b/sfa/methods/Update.py
@@ -23,10 +23,8 @@ class Update(Method):
     interfaces = ['registry']
     
     accepts = [
-        Parameter(str, "Credential string"),
         Parameter(dict, "Record dictionary to be updated"),
-        Mixed(Parameter(str, "Human readable name of the original caller"),
-              Parameter(None, "Origin hrn not specified"))
+        Parameter(str, "Credential string"),
         ]
 
     returns = Parameter(int, "1 if successful")
-- 
2.47.0