Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr
In directory sc8-pr-cvs1:/tmp/cvs-serv10865/com/sun/xacml/attr
Modified Files:
AttributeValue.java
Log Message:
updated a few comments
Index: AttributeValue.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/AttributeValue.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AttributeValue.java 25 Aug 2003 16:53:10 -0000 1.3
--- AttributeValue.java 29 Aug 2003 18:55:28 -0000 1.4
***************
*** 50,58 ****
/**
! * The base type for all attributes used in a policy or request/response,
* this abstract class represents a value for a given attribute type.
! * All the required attribute types defined in the XACML specification are
* provided as instances of <code>AttributeValue<code>s. If you want to
! * provide a new attribute type, extend this class and implement the
* <code>equals(Object)</code> and <code>hashCode</code> methods from
* <code>Object</code>, which are used for equality checking.
--- 50,58 ----
/**
! * The base type for all datatypes used in a policy or request/response,
* this abstract class represents a value for a given attribute type.
! * All the required types defined in the XACML specification are
* provided as instances of <code>AttributeValue<code>s. If you want to
! * provide a new type, extend this class and implement the
* <code>equals(Object)</code> and <code>hashCode</code> methods from
* <code>Object</code>, which are used for equality checking.
|