From: Xuan B. <med...@us...> - 2008-01-21 19:21:13
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12342/src/org/tm4j/topicmap/tmdm Modified Files: ReadableTopicName.java TopicName.java Log Message: Spelling fix: s/wether/whether/ (found thanks to a code-review by Benjamin Bock <bb-...@bo...>) Index: ReadableTopicName.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/ReadableTopicName.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ReadableTopicName.java 21 Jan 2008 11:13:44 -0000 1.1 --- ReadableTopicName.java 21 Jan 2008 19:21:15 -0000 1.2 *************** *** 21,25 **** /** ! FIXME: it is unclear wether we should expose this method in this interface. */ @TMDM --- 21,25 ---- /** ! FIXME: it is unclear whether we should expose this method in this interface. */ @TMDM Index: TopicName.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/TopicName.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TopicName.java 21 Jan 2008 11:13:44 -0000 1.1 --- TopicName.java 21 Jan 2008 19:21:15 -0000 1.2 *************** *** 28,32 **** /** ! FIXME: it is unclear wether we should expose this method in this interface. */ @TMDM --- 28,32 ---- /** ! FIXME: it is unclear whether we should expose this method in this interface. */ @TMDM |