Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7067/com/sun/xacml
Modified Files:
ConfigurationStore.java
Log Message:
updated the javadocs
Index: ConfigurationStore.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ConfigurationStore.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ConfigurationStore.java 26 Apr 2004 16:46:18 -0000 1.3
--- ConfigurationStore.java 13 May 2004 20:36:49 -0000 1.4
***************
*** 101,105 ****
* but also has the convenience of re-using a common configuration
* mechanism. See http://sunxacml.sourceforge.net/schama/config-0.2.xsd for
! * the valid schama.
* <p>
* Note that becuase this doesn't tie directly into the rest of the code, you
--- 101,105 ----
* but also has the convenience of re-using a common configuration
* mechanism. See http://sunxacml.sourceforge.net/schama/config-0.2.xsd for
! * the valid schema.
* <p>
* Note that becuase this doesn't tie directly into the rest of the code, you
|