Remove redundant modifier

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

Branch: refs/heads/3.1.x-fixes
Commit: 0cdd2c03fed0ca51386312e1772ac49edccf1ae3
Parents: 283406f
Author: Daniel Kulp <[email protected]>
Authored: Thu Feb 4 15:44:58 2016 -0500
Committer: Daniel Kulp <[email protected]>
Committed: Tue Mar 8 11:15:15 2016 -0500

----------------------------------------------------------------------
 .../java/org/apache/cxf/sts/rest/RESTSecurityTokenService.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0cdd2c03/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenService.java
----------------------------------------------------------------------
diff --git 
a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenService.java
 
b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenService.java
index 727ee4b..3768e16 100644
--- 
a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenService.java
+++ 
b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/rest/RESTSecurityTokenService.java
@@ -44,7 +44,7 @@ public interface RESTSecurityTokenService {
         cancel("cancel");
         private String value;
 
-        private Action(String value) {
+        Action(String value) {
             this.value = value;
         }
 

Reply via email to