-
Bug
-
Resolution: Fixed
-
P5
-
1.4.2
-
b79
-
generic
-
generic
The javadoc for String.equals has this line:
* @return <code>true</code> if the <code>String </code>are equal;
It should say Strings rather than String, and the space should go after the
</code> marker:
* @return <code>true</code> if the <code>String</code>s are equal;
* @return <code>true</code> if the <code>String </code>are equal;
It should say Strings rather than String, and the space should go after the
</code> marker:
* @return <code>true</code> if the <code>String</code>s are equal;