|
From: Brendan M. <mc...@us...> - 2006-08-06 18:35:34
|
Update of /cvsroot/jigs/jigs/src/edu/whitman/halfway/util In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10318/src/edu/whitman/halfway/util Modified Files: StringUtil.java Log Message: Index: StringUtil.java =================================================================== RCS file: /cvsroot/jigs/jigs/src/edu/whitman/halfway/util/StringUtil.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** StringUtil.java 2 Aug 2006 21:36:16 -0000 1.10 --- StringUtil.java 6 Aug 2006 18:35:30 -0000 1.11 *************** *** 9,13 **** public final class StringUtil{ public static final String newline = System.getProperty("line.separator"); ! static PatternMatcher matcher = new Perl5Matcher(); static PatternCompiler compiler = new Perl5Compiler(); --- 9,14 ---- public final class StringUtil{ public static final String newline = System.getProperty("line.separator"); ! public static final Formatter f = new Formatter(); ! static PatternMatcher matcher = new Perl5Matcher(); static PatternCompiler compiler = new Perl5Compiler(); |