From: Xuan B. <med...@us...> - 2008-01-21 20:12:46
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/memory In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2288/tm4j/src/org/tm4j/topicmap/memory 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/memory/TopicImpl.java,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** TopicImpl.java 21 Jan 2008 08:45:09 -0000 1.77 --- TopicImpl.java 21 Jan 2008 20:12:40 -0000 1.78 *************** *** 770,774 **** } ! // Get/Set/Add Occurence public Collection getOccurrences() { return getOccurrences(true); --- 770,774 ---- } ! // Get/Set/Add Occurrence public Collection getOccurrences() { return getOccurrences(true); *************** *** 1720,1725 **** /* * $Log$ ! * Revision 1.77 2008/01/21 08:45:09 mediumnet ! * A little bit assertions for TopicImpl. * * Revision 1.76 2007/04/30 13:53:12 mediumnet --- 1720,1728 ---- /* * $Log$ ! * Revision 1.78 2008/01/21 20:12:40 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.77 2008/01/21 08:45:09 mediumnet ! * A little bit assertions for TopicImpl. * * Revision 1.76 2007/04/30 13:53:12 mediumnet |