Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/cond
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25709/com/sun/xacml/cond
Modified Files:
BagFunction.java BaseFunctionFactory.java
Log Message:
small javadoc tweak
Index: BagFunction.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/cond/BagFunction.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BagFunction.java 18 Mar 2004 21:13:09 -0000 1.4
--- BagFunction.java 13 Jun 2004 23:20:18 -0000 1.5
***************
*** 223,227 ****
* @param functionId an optional, internal numeric identifier
* @param paramType the datatype this function accepts
! * @param paramIsBad whether the parameters are bags
* @param numParams number of parameters allowed or -1 for any number
* @param returnType the datatype this function returns
--- 223,227 ----
* @param functionId an optional, internal numeric identifier
* @param paramType the datatype this function accepts
! * @param paramIsBag whether the parameters are bags
* @param numParams number of parameters allowed or -1 for any number
* @param returnType the datatype this function returns
Index: BaseFunctionFactory.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/cond/BaseFunctionFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BaseFunctionFactory.java 24 May 2004 20:55:07 -0000 1.4
--- BaseFunctionFactory.java 13 Jun 2004 23:20:18 -0000 1.5
***************
*** 88,92 ****
/**
! * Constructor that sets a "superset factory." This is useful since
* the different function factories (Target, Condition, and General)
* have a superset relationship (Condition functions are a superset
--- 88,92 ----
/**
! * Constructor that sets a "superset factory". This is useful since
* the different function factories (Target, Condition, and General)
* have a superset relationship (Condition functions are a superset
|