mcconnell 2003/02/10 22:53:07
Modified: src/java/org/apache/avalon/framework Enum.java
Log:
Added missing param and return jjavadoc.
Revision Changes Path
1.21 +3 -0 avalon/src/java/org/apache/avalon/framework/Enum.java
Index: Enum.java
===================================================================
RCS file: /home/cvs/avalon/src/java/org/apache/avalon/framework/Enum.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Enum.java 10 Feb 2003 07:19:14 -0000 1.20
+++ Enum.java 11 Feb 2003 06:53:07 -0000 1.21
@@ -155,6 +155,9 @@
* Identity is tested for first, so this method runs fast.
* The method is also declared final - I (LSutic) did this to
* allow the JIT to inline it easily.
+ *
+ * @param other the other object
+ * @return the equality status
*/
public final boolean equals( final Object other )
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]