|
From: <lh...@us...> - 2010-01-13 16:08:26
|
Revision: 136
http://tmapi.svn.sourceforge.net/tmapi/?rev=136&view=rev
Author: lheuer
Date: 2010-01-13 16:08:20 +0000 (Wed, 13 Jan 2010)
Log Message:
-----------
Forgot to change the description of hashCode's @return value. Fixed.
Modified Paths:
--------------
trunk/src/main/java/org/tmapi/core/Construct.java
Modified: trunk/src/main/java/org/tmapi/core/Construct.java
===================================================================
--- trunk/src/main/java/org/tmapi/core/Construct.java 2010-01-13 16:03:49 UTC (rev 135)
+++ trunk/src/main/java/org/tmapi/core/Construct.java 2010-01-13 16:08:20 UTC (rev 136)
@@ -120,7 +120,7 @@
*
* The returned hash code is equal to the hash code of <tt>System.identityHashCode(this);</tt>.
*
- * @return <tt>this.getId().hashCode()</tt>
+ * @return <tt>System.identityHashCode(this)</tt>
*/
public int hashCode();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|