Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1867/com/sun/xacml/attr
Modified Files:
StandardAttributeFactory.java
Log Message:
udapted documentation
Index: StandardAttributeFactory.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/StandardAttributeFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** StandardAttributeFactory.java 4 Jun 2004 17:50:39 -0000 1.5
--- StandardAttributeFactory.java 13 Jul 2004 22:39:58 -0000 1.6
***************
*** 73,78 ****
* will be thrown. If you need a standard factory that is modifiable, you
* should create a new <code>BaseAttributeFactory</code> (or some other
! * <code>AttributeFactory</code>) and then configure it with the standard
! * datatypes using <code>addStandardDatatypes</code>.
*
* @since 1.2
--- 73,80 ----
* will be thrown. If you need a standard factory that is modifiable, you
* should create a new <code>BaseAttributeFactory</code> (or some other
! * <code>AttributeFactory</code>) and configure it with the standard
! * datatypes using <code>addStandardDatatypes</code> (or, in the case of
! * <code>BaseAttributeFactory</code>, by providing the datatypes in the
! * constructor).
*
* @since 1.2
***************
*** 144,149 ****
* the factory if it hasn't been requested before. This is the default
* model used by the <code>AttributeFactory</code>, ensuring quick
! * access to this factory. If you need a new instance of this factory
! * you should use the <code>getNewFactory</code> method.
*
* @return the factory instance
--- 146,150 ----
* the factory if it hasn't been requested before. This is the default
* model used by the <code>AttributeFactory</code>, ensuring quick
! * access to this factory.
*
* @return the factory instance
|