[Httpunit-commit] CVS: httpunit/src/com/meterware/httpunit HttpUnitOptions.java,1.13,1.14
Brought to you by:
russgold
|
From: Russell G. <rus...@us...> - 2001-12-03 15:40:40
|
Update of /cvsroot/httpunit/httpunit/src/com/meterware/httpunit
In directory usw-pr-cvs1:/tmp/cvs-serv9456/src/com/meterware/httpunit
Modified Files:
HttpUnitOptions.java
Log Message:
Javadoc and visibility corrections
Index: HttpUnitOptions.java
===================================================================
RCS file: /cvsroot/httpunit/httpunit/src/com/meterware/httpunit/HttpUnitOptions.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- HttpUnitOptions.java 2001/11/14 17:11:28 1.13
+++ HttpUnitOptions.java 2001/12/03 15:40:33 1.14
@@ -186,7 +186,7 @@
/**
- * If true, text matches in methods such as {@link HTMLFragment#getLinkWith} are
+ * If true, text matches in methods such as {@link HTMLSegment#getLinkWith} are
* case insensitive. The default is true (matches ignore case).
**/
public static boolean getMatchesIgnoreCase() {
@@ -195,7 +195,7 @@
/**
- * If true, text matches in methods such as {@link HTMLFragment#getLinkWith} are
+ * If true, text matches in methods such as {@link HTMLSegment#getLinkWith} are
* case insensitive. The default is true (matches ignore case).
**/
public static void setMatchesIgnoreCase( boolean ignoreCase ) {
|