From: <jos...@us...> - 2008-08-22 16:44:00
|
Revision: 73 http://tmapi.svn.sourceforge.net/tmapi/?rev=73&view=rev Author: joschmidt Date: 2008-08-22 16:44:08 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Fixed typos in equals() 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 2008-08-22 13:04:58 UTC (rev 72) +++ trunk/src/main/java/org/tmapi/core/Construct.java 2008-08-22 16:44:08 UTC (rev 73) @@ -98,7 +98,7 @@ * If <tt>other</tt> is not an instance of {@link Construct}, the return * value is <tt>false</tt>. * - * Note: This equalitiy test does not reflect any equalitiy rule according + * Note: This equality test does not reflect any equality rule according * to the <a href="http://www.isotopicmaps.org/sam/sam-model/">Topic Maps - Data Model (TMDM)</a> * by intention. * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |