[hmath-commits] org.hmath.server/WEB-INF/src/org/hartmath/server/filter ParserFilter.java,1.1,1.2
Status: Pre-Alpha
Brought to you by:
jsurfer
|
From: Klaus H. <js...@us...> - 2004-04-02 18:44:07
|
Update of /cvsroot/hmath/org.hmath.server/WEB-INF/src/org/hartmath/server/filter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12916/WEB-INF/src/org/hartmath/server/filter Modified Files: ParserFilter.java Log Message: misc changes Index: ParserFilter.java =================================================================== RCS file: /cvsroot/hmath/org.hmath.server/WEB-INF/src/org/hartmath/server/filter/ParserFilter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ParserFilter.java 9 Mar 2004 20:13:03 -0000 1.1 --- ParserFilter.java 2 Apr 2004 18:31:56 -0000 1.2 *************** *** 47,52 **** /** * Parse the input and transform it for the most used wiki patterns ! */ ! public class ParserFilter extends FilterSupport implements CacheFilter { private FilterContext fContext; --- 47,53 ---- /** * Parse the input and transform it for the most used wiki patterns ! * ! * @deprected use WikipediaFilter instead ! **/ public class ParserFilter extends FilterSupport implements CacheFilter { private FilterContext fContext; |