Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2173/com/sun/xacml/attr
Modified Files:
AnyURIAttribute.java AttributeDesignator.java
AttributeFactory.java AttributeFactoryProxy.java
AttributeProxy.java AttributeSelector.java AttributeValue.java
BagAttribute.java Base64.java Base64BinaryAttribute.java
BaseAttributeFactory.java BooleanAttribute.java
DateAttribute.java DateTimeAttribute.java
DayTimeDurationAttribute.java DoubleAttribute.java
HexBinaryAttribute.java IntegerAttribute.java
RFC822NameAttribute.java StandardAttributeFactory.java
StringAttribute.java TimeAttribute.java X500NameAttribute.java
YearMonthDurationAttribute.java
Log Message:
added @since tags to all classes
Index: AttributeSelector.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/AttributeSelector.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AttributeSelector.java 29 Aug 2003 18:58:33 -0000 1.5
--- AttributeSelector.java 17 Mar 2004 18:03:38 -0000 1.6
***************
*** 1,7 ****
/*
! * @(#)AttributeSelector.java 1.11 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)AttributeSelector.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 67,70 ****
--- 67,71 ----
* different XPath implementations.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: StringAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/StringAttribute.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** StringAttribute.java 7 Nov 2003 17:35:32 -0000 1.3
--- StringAttribute.java 17 Mar 2004 18:03:38 -0000 1.4
***************
*** 1,7 ****
/*
! * @(#)StringAttribute.java 1.9 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)StringAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 55,58 ****
--- 55,59 ----
* elements are not valid.
*
+ * @since 1.0
* @author Marco Barreno
* @author Seth Proctor
Index: Base64.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/Base64.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Base64.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- Base64.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)Base64.java 1.4 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)Base64.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 54,58 ****
* <p>
* All methods of this class are static and thread-safe.
! *
* @author Anne Anderson
*/
--- 54,59 ----
* <p>
* All methods of this class are static and thread-safe.
! *
! * @since 1.0
* @author Anne Anderson
*/
Index: IntegerAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/IntegerAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IntegerAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- IntegerAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)IntegerAttribute.java 1.11 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)IntegerAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 47,50 ****
--- 47,51 ----
* all methods of the class are thread-safe.
*
+ * @since 1.0
* @author Marco Barreno
* @author Steve Hanna
Index: AnyURIAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/AnyURIAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** AnyURIAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- AnyURIAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)AnyURIAttribute.java 1.4 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)AnyURIAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 47,50 ****
--- 47,51 ----
* xs:anyURI values.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: DoubleAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/DoubleAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** DoubleAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- DoubleAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)DoubleAttribute.java 1.5 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)DoubleAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 46,50 ****
* xsi:double values. All objects of this class are immutable and
* all methods of the class are thread-safe.
! *
* @author Marco Barreno
* @author Seth Proctor
--- 46,51 ----
* xsi:double values. All objects of this class are immutable and
* all methods of the class are thread-safe.
! *
! * @since 1.0
* @author Marco Barreno
* @author Seth Proctor
Index: AttributeValue.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/AttributeValue.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AttributeValue.java 29 Aug 2003 18:55:28 -0000 1.4
--- AttributeValue.java 17 Mar 2004 18:03:38 -0000 1.5
***************
*** 1,7 ****
/*
! * @(#)AttributeValue.java 1.14 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)AttributeValue.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 58,61 ****
--- 58,62 ----
* <code>Object</code>, which are used for equality checking.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: YearMonthDurationAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/YearMonthDurationAttribute.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** YearMonthDurationAttribute.java 14 Aug 2003 21:35:45 -0000 1.2
--- YearMonthDurationAttribute.java 17 Mar 2004 18:03:38 -0000 1.3
***************
*** 1,7 ****
/*
! * @(#)YearMonthDurationAttribute.java 1.9 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)YearMonthDurationAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 56,59 ****
--- 56,60 ----
* these objects are cloned before being returned.
*
+ * @since 1.0
* @author Steve Hanna
*/
Index: AttributeFactory.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/AttributeFactory.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AttributeFactory.java 15 Mar 2004 21:34:50 -0000 1.5
--- AttributeFactory.java 17 Mar 2004 18:03:38 -0000 1.6
***************
*** 51,54 ****
--- 51,55 ----
* there is always one default factory used by the core code.
*
+ * @since 1.0
* @author Seth Proctor
* @author Marco Barreno
Index: AttributeProxy.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/AttributeProxy.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** AttributeProxy.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- AttributeProxy.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)AttributeProxy.java 1.6 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)AttributeProxy.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 46,49 ****
--- 46,50 ----
* the <code>AttributeFactory</code>.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: RFC822NameAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/RFC822NameAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** RFC822NameAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- RFC822NameAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)RFC822NameAttribute.java 1.4 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)RFC822NameAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 45,48 ****
--- 45,49 ----
* Representation of an rfc822Name (ie, an email address).
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: TimeAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/TimeAttribute.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TimeAttribute.java 26 Aug 2003 14:39:33 -0000 1.4
--- TimeAttribute.java 17 Mar 2004 18:03:38 -0000 1.5
***************
*** 1,7 ****
/*
! * @(#)TimeAttribute.java 1.9 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)TimeAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 58,62 ****
* thread-safe. The <code>Date</code> objects returned are not, but
* these objects are cloned before being returned.
! *
* @author Steve Hanna
* @author Seth Proctor
--- 58,63 ----
* thread-safe. The <code>Date</code> objects returned are not, but
* these objects are cloned before being returned.
! *
! * @since 1.0
* @author Steve Hanna
* @author Seth Proctor
Index: DateAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/DateAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** DateAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- DateAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)DateAttribute.java 1.10 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)DateAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 60,64 ****
* thread-safe. The <code>Date</code> objects returned are not, but
* these objects are cloned before being returned.
! *
* @author Marco Barreno
* @author Seth Proctor
--- 60,65 ----
* thread-safe. The <code>Date</code> objects returned are not, but
* these objects are cloned before being returned.
! *
! * @since 1.0
* @author Marco Barreno
* @author Seth Proctor
Index: Base64BinaryAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/Base64BinaryAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Base64BinaryAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- Base64BinaryAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)Base64BinaryAttribute.java 1.7 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)Base64BinaryAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 52,56 ****
* xsi:base64Binary values. All objects of this class are immutable and
* all methods of the class are thread-safe.
! *
* @author Steve Hanna
*/
--- 52,57 ----
* xsi:base64Binary values. All objects of this class are immutable and
* all methods of the class are thread-safe.
! *
! * @since 1.0
* @author Steve Hanna
*/
Index: AttributeFactoryProxy.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/AttributeFactoryProxy.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AttributeFactoryProxy.java 13 Feb 2004 17:52:10 -0000 1.1
--- AttributeFactoryProxy.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 42,45 ****
--- 42,46 ----
* <code>AttributeFactory</code>s.
*
+ * @since 1.2
* @author Seth Proctor
*/
Index: BaseAttributeFactory.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/BaseAttributeFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** BaseAttributeFactory.java 15 Mar 2004 21:34:50 -0000 1.1
--- BaseAttributeFactory.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 52,55 ****
--- 52,56 ----
* setup the factory with any datatypes.
*
+ * @since 1.2
* @author Seth Proctor
*/
Index: DayTimeDurationAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/DayTimeDurationAttribute.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DayTimeDurationAttribute.java 14 Aug 2003 21:35:45 -0000 1.2
--- DayTimeDurationAttribute.java 17 Mar 2004 18:03:38 -0000 1.3
***************
*** 1,7 ****
/*
! * @(#)DayTimeDurationAttribute.java 1.7 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)DayTimeDurationAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 55,59 ****
* thread-safe. The <code>Date</code> objects returned are not, but
* these objects are cloned before being returned.
! *
* @author Steve Hanna
*/
--- 55,60 ----
* thread-safe. The <code>Date</code> objects returned are not, but
* these objects are cloned before being returned.
! *
! * @since 1.0
* @author Steve Hanna
*/
Index: BooleanAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/BooleanAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** BooleanAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- BooleanAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)BooleanAttribute.java 1.10 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)BooleanAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 49,52 ****
--- 49,53 ----
* all methods of the class are thread-safe.
*
+ * @since 1.0
* @author Marco Barreno
* @author Steve Hanna
Index: AttributeDesignator.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/AttributeDesignator.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AttributeDesignator.java 27 Oct 2003 04:49:22 -0000 1.4
--- AttributeDesignator.java 17 Mar 2004 18:03:38 -0000 1.5
***************
*** 3,7 ****
* @(#)AttributeDesignator.java
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 3,7 ----
* @(#)AttributeDesignator.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 67,70 ****
--- 67,71 ----
* Represents all four kinds of Designators in XACML.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: BagAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/BagAttribute.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BagAttribute.java 7 Jan 2004 21:31:18 -0000 1.2
--- BagAttribute.java 17 Mar 2004 18:03:38 -0000 1.3
***************
*** 1,7 ****
/*
! * @(#)BagAttribute.java 1.14 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)BagAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 56,59 ****
--- 56,60 ----
* to add some functionality to let this go into the factory.
*
+ * @since 1.0
* @author Seth Proctor
* @author Steve Hanna
Index: StandardAttributeFactory.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/StandardAttributeFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StandardAttributeFactory.java 15 Mar 2004 21:34:50 -0000 1.2
--- StandardAttributeFactory.java 17 Mar 2004 18:03:38 -0000 1.3
***************
*** 59,62 ****
--- 59,63 ----
* 1.0 and 1.1. It is the default factory used by the system.
*
+ * @since 1.2
* @author Seth Proctor
*/
Index: DateTimeAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/DateTimeAttribute.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** DateTimeAttribute.java 30 Sep 2003 19:59:55 -0000 1.2
--- DateTimeAttribute.java 17 Mar 2004 18:03:38 -0000 1.3
***************
*** 1,7 ****
/*
! * @(#)DateTimeAttribute.java 1.9 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)DateTimeAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 62,66 ****
* thread-safe. The <code>Date</code> objects returned are not, but
* these objects are cloned before being returned.
! *
* @author Marco Barreno
* @author Seth Proctor
--- 62,67 ----
* thread-safe. The <code>Date</code> objects returned are not, but
* these objects are cloned before being returned.
! *
! * @since 1.0
* @author Marco Barreno
* @author Seth Proctor
Index: X500NameAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/X500NameAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** X500NameAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- X500NameAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)X500NameAttribute.java 1.8 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)X500NameAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 47,50 ****
--- 47,51 ----
* Representation of an X500 Name.
*
+ * @since 1.0
* @author Marco Barreno
* @author Seth Proctor
Index: HexBinaryAttribute.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/attr/HexBinaryAttribute.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** HexBinaryAttribute.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- HexBinaryAttribute.java 17 Mar 2004 18:03:38 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)HexBinaryAttribute.java 1.6 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)HexBinaryAttribute.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 50,54 ****
* xsi:hexBinary values. All objects of this class are immutable and
* all methods of the class are thread-safe.
! *
* @author Steve Hanna
*/
--- 50,55 ----
* xsi:hexBinary values. All objects of this class are immutable and
* all methods of the class are thread-safe.
! *
! * @since 1.0
* @author Steve Hanna
*/
|