[Sunxacml-commit] sunxacml/com/sun/xacml/ctx RequestCtx.java,1.2,1.3
Brought to you by:
farrukh_najmi,
sethp
From: <se...@us...> - 2003-06-03 18:27:08
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/ctx In directory sc8-pr-cvs1:/tmp/cvs-serv11587 Modified Files: RequestCtx.java Log Message: Fixed small bug Index: RequestCtx.java =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ctx/RequestCtx.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RequestCtx.java 27 May 2003 14:23:11 -0000 1.2 --- RequestCtx.java 3 Jun 2003 18:27:04 -0000 1.3 *************** *** 413,417 **** while (it.hasNext()) { List list = (List)(it.next()); ! String category = ((URI)(list.get(0)).toString(); Set attrs = (Set)(list.get(1)); --- 413,417 ---- while (it.hasNext()) { List list = (List)(it.next()); ! String category = ((URI)(list.get(0))).toString(); Set attrs = (Set)(list.get(1)); |