Author: coheigea
Date: Mon Sep 26 12:47:24 2011
New Revision: 1175840

URL: http://svn.apache.org/viewvc?rev=1175840&view=rev
Log:
Fixing some javadoc entries.

Modified:
    
cxf/trunk/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/provider/SamlCallbackHandler.java

Modified: 
cxf/trunk/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/provider/SamlCallbackHandler.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/provider/SamlCallbackHandler.java?rev=1175840&r1=1175839&r2=1175840&view=diff
==============================================================================
--- 
cxf/trunk/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/provider/SamlCallbackHandler.java
 (original)
+++ 
cxf/trunk/services/sts/sts-core/src/main/java/org/apache/cxf/sts/token/provider/SamlCallbackHandler.java
 Mon Sep 26 12:47:24 2011
@@ -50,21 +50,21 @@ public class SamlCallbackHandler impleme
     private SubjectBean subjectBean;
     
     /**
-     * Set the list of AttributeBeans.
+     * Set the list of AttributeStatementBeans.
      */
     public void setAttributeBeans(List<AttributeStatementBean> 
attributeBeanList) {
         this.attributeBeans = attributeBeanList;
     }
     
     /**
-     * Set the list of AuthenticationBeans.
+     * Set the list of AuthenticationStatementBeans.
      */
     public void setAuthenticationBeans(List<AuthenticationStatementBean> 
authBeanList) {
         this.authBeans = authBeanList;
     }
     
     /**
-     * Set the list of AuthDecisionBeans.
+     * Set the list of AuthDecisionStatementBeans.
      */
     public void setAuthDecisionStatementBeans(List<AuthDecisionStatementBean> 
authDecisionBeanList) {
         this.authDecisionBeans = authDecisionBeanList;


Reply via email to