Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/tm4j1
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12342/src/org/tm4j/topicmap/tmdm/tm4j1
Modified Files:
TopicMapObjectImpl.java
Log Message:
Spelling fix: s/wether/whether/ (found thanks to a code-review by Benjamin Bock <bb-...@bo...>)
Index: TopicMapObjectImpl.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/tm4j1/TopicMapObjectImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TopicMapObjectImpl.java 21 Jan 2008 11:13:45 -0000 1.1
--- TopicMapObjectImpl.java 21 Jan 2008 19:21:15 -0000 1.2
***************
*** 116,120 ****
/**
! * Returns wether the ID of this TopicMapObject equals to the ID of the TopicMapObject provided.
*
* This method is to allow for implementations which do not have a notion of explicit ID strings or
--- 116,120 ----
/**
! * Returns whether the ID of this TopicMapObject equals to the ID of the TopicMapObject provided.
*
* This method is to allow for implementations which do not have a notion of explicit ID strings or
|