Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/impl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2173/com/sun/xacml/finder/impl
Modified Files:
CurrentEnvModule.java FilePolicyModule.java
SelectorModule.java
Log Message:
added @since tags to all classes
Index: SelectorModule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/impl/SelectorModule.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SelectorModule.java 13 Feb 2004 18:49:51 -0000 1.5
--- SelectorModule.java 17 Mar 2004 18:03:39 -0000 1.6
***************
*** 78,81 ****
--- 78,82 ----
* 1.0 of XPath.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: FilePolicyModule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/impl/FilePolicyModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** FilePolicyModule.java 15 Mar 2004 21:36:29 -0000 1.3
--- FilePolicyModule.java 17 Mar 2004 18:03:39 -0000 1.4
***************
*** 1,7 ****
/*
! * @(#)FilePolicyModule.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 ----
/*
! * @(#)FilePolicyModule.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 83,86 ****
--- 83,87 ----
* code.
*
+ * @since 1.0
* @author Seth Proctor
*/
***************
*** 153,157 ****
--- 154,161 ----
/**
* Constructor that specifies a set of initial policy files to use.
+ * No schema validation is performed.
*
+ * @param fileNames a <code>List</code> of <code>String</code>s that
+ * identify policy files
*/
public FilePolicyModule(List fileNames) {
Index: CurrentEnvModule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/impl/CurrentEnvModule.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CurrentEnvModule.java 11 Aug 2003 20:48:45 -0000 1.2
--- CurrentEnvModule.java 17 Mar 2004 18:03:39 -0000 1.3
***************
*** 1,7 ****
/*
! * @(#)CurrentEnvModule.java 1.5 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)CurrentEnvModule.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 71,75 ****
* make sure that values are constant within an evaluation, if that is the
* desired behavior.
! *
* @author Seth Proctor
*/
--- 71,76 ----
* make sure that values are constant within an evaluation, if that is the
* desired behavior.
! *
! * @since 1.0
* @author Seth Proctor
*/
|