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 2015/11/24 11:48:00 UTC

cxf git commit: Removing deprecated method

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes c0077dde9 -> 4e19e6e11


Removing deprecated method


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

Branch: refs/heads/3.1.x-fixes
Commit: 4e19e6e11f58a84d875ab96d0df198568858ac89
Parents: c0077dd
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Nov 24 10:47:50 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Nov 24 10:47:50 2015 +0000

----------------------------------------------------------------------
 .../org/apache/cxf/rs/security/oauth2/common/UserSubject.java   | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/4e19e6e1/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/UserSubject.java
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/UserSubject.java b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/UserSubject.java
index 55f575b..b3990c3 100644
--- a/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/UserSubject.java
+++ b/rt/rs/security/oauth-parent/oauth2/src/main/java/org/apache/cxf/rs/security/oauth2/common/UserSubject.java
@@ -134,11 +134,6 @@ public class UserSubject implements Serializable {
         return am;
     }
 
-    @Deprecated
-    public void setAthenticationMethod(AuthenticationMethod method) {
-        setAuthenticationMethod(method);
-    }
-    
     public void setAuthenticationMethod(AuthenticationMethod method) {
         this.am = method;
     }