You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2017/02/03 12:16:56 UTC

cxf-fediz git commit: Fixing tests

Repository: cxf-fediz
Updated Branches:
  refs/heads/master bf99b6245 -> d8dbfbb1d


Fixing tests


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

Branch: refs/heads/master
Commit: d8dbfbb1d81d18f887b210f8dfd4c0e3ea00576c
Parents: bf99b62
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Feb 3 12:16:43 2017 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri Feb 3 12:16:43 2017 +0000

----------------------------------------------------------------------
 .../java/org/apache/cxf/fediz/core/config/FederationProtocol.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/d8dbfbb1/plugins/core/src/main/java/org/apache/cxf/fediz/core/config/FederationProtocol.java
----------------------------------------------------------------------
diff --git a/plugins/core/src/main/java/org/apache/cxf/fediz/core/config/FederationProtocol.java b/plugins/core/src/main/java/org/apache/cxf/fediz/core/config/FederationProtocol.java
index f6f096a..614d811 100644
--- a/plugins/core/src/main/java/org/apache/cxf/fediz/core/config/FederationProtocol.java
+++ b/plugins/core/src/main/java/org/apache/cxf/fediz/core/config/FederationProtocol.java
@@ -166,7 +166,7 @@ public class FederationProtocol extends Protocol {
         if (this.reply != null) {
             return this.reply;
         }
-        CallbackType cbt = getFederationProtocol().getRequest();
+        CallbackType cbt = getFederationProtocol().getReply();
         this.reply = loadCallbackType(cbt, "Reply");
         return this.reply;
     }