Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2288/tm4j/src/org/tm4j/topicmap
Modified Files:
Topic.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: Topic.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/Topic.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Topic.java 20 Apr 2007 12:20:21 -0000 1.31
--- Topic.java 21 Jan 2008 20:12:39 -0000 1.32
***************
*** 290,294 ****
throws DuplicateObjectIDException, PropertyVetoException;
! // Get/Set/Add Occurence
/**
--- 290,294 ----
throws DuplicateObjectIDException, PropertyVetoException;
! // Get/Set/Add Occurrence
/**
***************
*** 332,336 ****
* 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
--- 332,336 ----
* 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
***************
*** 342,346 ****
*
* @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
--- 342,346 ----
*
* @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
***************
*** 469,474 ****
/*
* $Log$
* Revision 1.31 2007/04/20 12:20:21 mediumnet
! * Deprecate methods which allow moving occurences between different parents. See bug https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1704268&group_id=27895 for more.
*
* Revision 1.30 2007/04/17 05:04:33 mediumnet
--- 469,477 ----
/*
* $Log$
+ * Revision 1.32 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.31 2007/04/20 12:20:21 mediumnet
! * Deprecate methods which allow moving occurrences between different parents. See bug https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1704268&group_id=27895 for more.
*
* Revision 1.30 2007/04/17 05:04:33 mediumnet
|