From: Seth P. <se...@us...> - 2004-07-13 22:40:18
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/combine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1867/com/sun/xacml/combine Modified Files: StandardCombiningAlgFactory.java Log Message: udapted documentation Index: StandardCombiningAlgFactory.java =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/combine/StandardCombiningAlgFactory.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** StandardCombiningAlgFactory.java 4 Jun 2004 17:50:39 -0000 1.5 --- StandardCombiningAlgFactory.java 13 Jul 2004 22:39:58 -0000 1.6 *************** *** 57,62 **** * will be thrown. If you need a standard factory that is modifiable, you * should create a new <code>BaseCombiningAlgFactory</code> (or some other ! * <code>CombiningAlgFactory</code>) and then configure it with the standard ! * algorithms using <code>getStandardAlgorithms</code>. * * @since 1.2 --- 57,64 ---- * will be thrown. If you need a standard factory that is modifiable, you * should create a new <code>BaseCombiningAlgFactory</code> (or some other ! * <code>CombiningAlgFactory</code>) and configure it with the standard ! * algorithms using <code>getStandardAlgorithms</code> (or, in the case of ! * <code>BaseAttributeFactory</code>, by providing the datatypes in the ! * constructor). * * @since 1.2 |