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/09/06 09:18:30 UTC

[2/2] cxf git commit: Minor fix to last commit

Minor fix to last commit


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

Branch: refs/heads/master
Commit: 8c0d43fc9e995cd34541bf711cfb7d607deda377
Parents: fca2253
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Sep 6 10:14:42 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Sep 6 10:14:42 2017 +0100

----------------------------------------------------------------------
 .../java/org/apache/cxf/sts/operation/AbstractOperation.java    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/8c0d43fc/services/sts/sts-core/src/main/java/org/apache/cxf/sts/operation/AbstractOperation.java
----------------------------------------------------------------------
diff --git a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/operation/AbstractOperation.java b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/operation/AbstractOperation.java
index cd28309..15f229b 100644
--- a/services/sts/sts-core/src/main/java/org/apache/cxf/sts/operation/AbstractOperation.java
+++ b/services/sts/sts-core/src/main/java/org/apache/cxf/sts/operation/AbstractOperation.java
@@ -188,10 +188,9 @@ public abstract class AbstractOperation {
         this.includeLifetimeElement = value;
     }
 
-    public boolean getIncludeLifetimeElement() {
-        return this.includeLifetimeElement;
+    public boolean isIncludeLifetimeElement() {
+        return includeLifetimeElement;
     }
-    
 
     /**
      * Check the arguments from the STSProvider and parse the request.