rwaldhoff 2003/02/18 04:30:00
Modified: jux/src/java/org/apache/commons/jux ObjectTestCase.java
Log:
fix javadoc warnings
Revision Changes Path
1.6 +6 -6
jakarta-commons-sandbox/jux/src/java/org/apache/commons/jux/ObjectTestCase.java
Index: ObjectTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jux/src/java/org/apache/commons/jux/ObjectTestCase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ObjectTestCase.java 10 Feb 2003 20:23:55 -0000 1.5
+++ ObjectTestCase.java 18 Feb 2003 12:30:00 -0000 1.6
@@ -151,8 +151,8 @@
* {@link #assertObjectsAreNotEqual} and related
* methods) that for two object instances
* <i>a</i> and <i>b</i>,
- * when <code>!(a.equals(b))</code> then
- * <code>!(a.toString().equals(b.toString()))</code>.
+ * when <code>!(a.equals(b))</code> then
+ * <code>!(a.toString().equals(b.toString()))</code>.
*
* The default implementation returns <code>true</code>.
*/
@@ -166,8 +166,8 @@
* {@link #assertObjectsAreNotEqual} and related
* methods) that for two object instances
* <i>a</i> and <i>b</i>,
- * when <code>!(a.equals(b))</code> then
- * <code>a.hashCode() != b.hashCode()</code>.
+ * when <code>!(a.equals(b))</code> then
+ * <code>a.hashCode() != b.hashCode()</code>.
*
* The default implementation returns <code>true</code>.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]