Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/tm4j1
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29389/src/org/tm4j/topicmap/tmdm/tm4j1
Modified Files:
TopicImpl.java
Log Message:
Spelling fix: s/ccurence/ccurrence/ part 2 (found thanks to a code-review by Benjamin Bock <bb-...@bo...>)
Index: TopicImpl.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/tm4j1/TopicImpl.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TopicImpl.java 21 Jan 2008 11:13:45 -0000 1.1
--- TopicImpl.java 21 Jan 2008 20:00:27 -0000 1.2
***************
*** 359,363 ****
}
! // Get/Set/Add Occurence
/**
--- 359,363 ----
}
! // Get/Set/Add Occurrence
/**
***************
*** 415,419 ****
* all the existing occurrences of this topic
* are removed.
! * @deprecated Do not use this method (anymore). If you want to remove an occurence from its parent topic, use {Occurence#destroy} instead. Adding an occurence to a topic which is not its former parent is not properly supported and is to be removed. See <a href="https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1704268&group_id=27895">Bug 1704268</a>.
*/
@Deprecated
--- 415,419 ----
* all the existing occurrences of this topic
* are removed.
! * @deprecated Do not use this method (anymore). If you want to remove an occurrence from its parent topic, use {Occurrence#destroy} instead. Adding an occurrence to a topic which is not its former parent is not properly supported and is to be removed. See <a href="https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1704268&group_id=27895">Bug 1704268</a>.
*/
@Deprecated
***************
*** 427,431 ****
*
* @param occurs The Occurrence to be added.
! * @deprecated Do not use this method (anymore). Adding an occurence to a topic which is not its former parent is not properly supported and is to be removed. See <a href="https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1704268&group_id=27895">Bug 1704268</a>.
*/
@Deprecated
--- 427,431 ----
*
* @param occurs The Occurrence to be added.
! * @deprecated Do not use this method (anymore). Adding an occurrence to a topic which is not its former parent is not properly supported and is to be removed. See <a href="https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1704268&group_id=27895">Bug 1704268</a>.
*/
@Deprecated
|