[Sunxacml-commit] sunxacml/com/sun/xacml ConfigurationStore.java,1.8,1.9
Brought to you by:
farrukh_najmi,
sethp
From: Seth P. <se...@us...> - 2004-07-13 22:39:44
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1814/com/sun/xacml Modified Files: ConfigurationStore.java Log Message: updated documentation Index: ConfigurationStore.java =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ConfigurationStore.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ConfigurationStore.java 13 Jun 2004 23:22:11 -0000 1.8 --- ConfigurationStore.java 13 Jul 2004 22:39:34 -0000 1.9 *************** *** 105,109 **** * This way, the programmer still has full control over their security model, * but also has the convenience of re-using a common configuration ! * mechanism. See http://sunxacml.sourceforge.net/schema/config-0.2.xsd for * the valid schema. * <p> --- 105,109 ---- * This way, the programmer still has full control over their security model, * but also has the convenience of re-using a common configuration ! * mechanism. See http://sunxacml.sourceforge.net/schema/config-0.3.xsd for * the valid schema. * <p> |