Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC9D918E50 for ; Mon, 23 Nov 2015 17:32:48 +0000 (UTC) Received: (qmail 42135 invoked by uid 500); 23 Nov 2015 17:32:48 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 42072 invoked by uid 500); 23 Nov 2015 17:32:48 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 42059 invoked by uid 99); 23 Nov 2015 17:32:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2015 17:32:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 89A01E08DB; Mon, 23 Nov 2015 17:32:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Date: Mon, 23 Nov 2015 17:32:48 -0000 Message-Id: <71f47a06731e411aac6c210db9446a16@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cxf git commit: Removing deprecated method on master only Repository: cxf Updated Branches: refs/heads/master 67146026f -> a7362dfaf Removing deprecated method on master only Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a7362dfa Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a7362dfa Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a7362dfa Branch: refs/heads/master Commit: a7362dfaf2141cb4f303f81bbb94c6df81be75cb Parents: f4dd2d5 Author: Colm O hEigeartaigh Authored: Mon Nov 23 17:32:02 2015 +0000 Committer: Colm O hEigeartaigh Committed: Mon Nov 23 17:32:41 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/a7362dfa/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; }