[Sunxacml-commit] sunxacml/com/sun/xacml ConfigurationStore.java,1.7,1.8
Brought to you by:
farrukh_najmi,
sethp
From: Seth P. <se...@us...> - 2004-06-13 23:22:24
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26896/com/sun/xacml Modified Files: ConfigurationStore.java Log Message: fixed schema URL in javadoc header Index: ConfigurationStore.java =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ConfigurationStore.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ConfigurationStore.java 4 Jun 2004 17:50:39 -0000 1.7 --- ConfigurationStore.java 13 Jun 2004 23:22:11 -0000 1.8 *************** *** 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/schama/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.2.xsd for * the valid schema. * <p> |