From: <tho...@us...> - 2010-08-06 20:14:58
|
Revision: 3429 http://bigdata.svn.sourceforge.net/bigdata/?rev=3429&view=rev Author: thompsonbry Date: 2010-08-06 20:14:52 +0000 (Fri, 06 Aug 2010) Log Message: ----------- javadoc edit Modified Paths: -------------- trunk/bigdata/src/java/com/bigdata/mdi/PartitionLocator.java Modified: trunk/bigdata/src/java/com/bigdata/mdi/PartitionLocator.java =================================================================== --- trunk/bigdata/src/java/com/bigdata/mdi/PartitionLocator.java 2010-08-06 19:51:23 UTC (rev 3428) +++ trunk/bigdata/src/java/com/bigdata/mdi/PartitionLocator.java 2010-08-06 20:14:52 UTC (rev 3429) @@ -185,8 +185,7 @@ } - // Note: used by assertEquals in the test cases. - public boolean equals(Object o) { + public boolean equals(final Object o) { if (this == o) return true; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |