From: <ke...@us...> - 2003-07-21 21:28:06
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/parser In directory sc8-pr-cvs1:/tmp/cvs-serv9446 Modified Files: WMParser_impl.jj Log Message: Removing the remnants of the old Filter mechanism Index: WMParser_impl.jj =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/parser/WMParser_impl.jj,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** WMParser_impl.jj 12 Jun 2003 00:17:49 -0000 1.48 --- WMParser_impl.jj 21 Jul 2003 21:28:00 -0000 1.49 *************** *** 773,777 **** { Object[] names = v.toArray(); ! return new VariableBuilder(names, false); } } --- 773,777 ---- { Object[] names = v.toArray(); ! return new VariableBuilder(names); } } |