[jgogears commit] r43 - trunk/jgogears/jgogears

0 views
Skip to first unread message

codesite...@google.com

unread,
Feb 26, 2008, 2:38:45 PM2/26/08
to jgog...@googlegroups.com
Author: syeates
Date: Tue Feb 26 11:37:58 2008
New Revision: 43

Modified:
trunk/jgogears/jgogears/Vertex.java

Log:
Bug fix from Tom Copeland <t...@infoether.com>

Modified: trunk/jgogears/jgogears/Vertex.java
==============================================================================
--- trunk/jgogears/jgogears/Vertex.java (original)
+++ trunk/jgogears/jgogears/Vertex.java Tue Feb 26 11:37:58 2008
@@ -168,7 +168,7 @@
return true;
if ((o == null) || (this == null))
return false;
- if (Object.class != this.getClass())
+ if (o.getClass() != this.getClass())
return super.equals(o);
try {
Vertex v = (Vertex) o;

Reply all
Reply to author
Forward
0 new messages