From: Xuan B. <med...@us...> - 2008-01-21 20:12:37
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2288/tm4j/src/org/tm4j/topicmap/hibernate Modified Files: TopicImpl.java Log Message: Spelling fix: s/ccurence/ccurrence/ part 3: non-TMDM-spelling-fixes (found thanks to a code-review by Benjamin Bock <bb-...@bo...>) Index: TopicImpl.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/hibernate/TopicImpl.java,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** TopicImpl.java 30 Apr 2007 13:53:11 -0000 1.57 --- TopicImpl.java 21 Jan 2008 20:12:39 -0000 1.58 *************** *** 1065,1069 **** } ! // Get/Set/Add Occurence /** --- 1065,1069 ---- } ! // Get/Set/Add Occurrence /** *************** *** 2428,2431 **** --- 2428,2434 ---- /* * $Log$ + * Revision 1.58 2008/01/21 20:12:39 mediumnet + * Spelling fix: s/ccurence/ccurrence/ part 3: non-TMDM-spelling-fixes (found thanks to a code-review by Benjamin Bock <bb-...@bo...>) + * * Revision 1.57 2007/04/30 13:53:11 mediumnet * Convert concrete ID comparisons to more abstracted call equalsByID(). |