mcconnell 2003/02/10 22:54:41
Modified: src/java/org/apache/avalon/framework Enum.java
Log:
Checkstyle compliance update.
Revision Changes Path
1.22 +3 -3 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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Enum.java 11 Feb 2003 06:53:07 -0000 1.21
+++ Enum.java 11 Feb 2003 06:54:40 -0000 1.22
@@ -167,9 +167,9 @@
}
else
{
- return other == this ||
- ( other.getClass().getName().equals( this.getClass().getName() ) &&
- m_name.equals( ( (Enum)other ).m_name ) );
+ return other == this
+ || ( other.getClass().getName().equals( this.getClass().getName() )
+ && m_name.equals( ( (Enum)other ).m_name ) );
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]