[Sunxacml-commit] sunxacml/com/sun/xacml/attr BagAttribute.java,1.1.1.1,1.2
Brought to you by:
farrukh_najmi,
sethp
|
From: <se...@us...> - 2004-01-07 21:31:23
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr
In directory sc8-pr-cvs1:/tmp/cvs-serv23329/sun/xacml/attr
Modified Files:
BagAttribute.java
Log Message:
brought over a few fixes from the 1.1 branch
Index: BagAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/BagAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** BagAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- BagAttribute.java 7 Jan 2004 21:31:18 -0000 1.2
***************
*** 67,75 ****
/**
* Creates a new <code>BagAttribute</code> that represents
! * the <code>Set</code> supplied. If the set is null or empty, then
! * the new bag is empty.
*
* @param type the data type of all the attributes in the set
! * @param bag the <code>Collection</code> value to be represented
*/
public BagAttribute(URI type, Collection bag) {
--- 67,75 ----
/**
* Creates a new <code>BagAttribute</code> that represents
! * the <code>Collection</code> of <code>AttributeValue</code>s supplied.
! * If the set is null or empty, then the new bag is empty.
*
* @param type the data type of all the attributes in the set
! * @param bag a <code>Collection</code> of <code>AttributeValue</code>s
*/
public BagAttribute(URI type, Collection bag) {
|