From: Xuan B. <med...@us...> - 2008-01-21 20:26:35
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8457/src/org/tm4j/topicmap/tmdm Modified Files: Reifiable.java Log Message: Introduce Rifiable.setReifier() (but comment it out until there exists an implementation) (found thanks to a code-review by Benjamin Bock <bb-...@bo...>) Index: Reifiable.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/Reifiable.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Reifiable.java 21 Jan 2008 11:13:44 -0000 1.1 --- Reifiable.java 21 Jan 2008 20:26:24 -0000 1.2 *************** *** 12,15 **** --- 12,20 ---- public Topic getReifier(); + + // not yet implemented. + /* + public void setReifier(Topic reifier); + */ } |