sebb 2004/02/18 14:32:06
Modified: src/core/org/apache/jmeter/testelement/property
JMeterProperty.java
Log:
No point declaring equals() method in the interface, as it's in Object anyway
Revision Changes Path
1.6 +1 -3
jakarta-jmeter/src/core/org/apache/jmeter/testelement/property/JMeterProperty.java
Index: JMeterProperty.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/testelement/property/JMeterProperty.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- JMeterProperty.java 14 Feb 2004 03:34:29 -0000 1.5
+++ JMeterProperty.java 18 Feb 2004 22:32:06 -0000 1.6
@@ -30,8 +30,6 @@
*/
public boolean isRunningVersion();
- public boolean equals(Object o);
-
/**
* The name of the property. Typically this should match the name that keys
* the property's location in the test elements Map.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]