From: Xuan B. <med...@us...> - 2008-01-22 22:48:52
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26565/src/org/tm4j/topicmap/tmdm Modified Files: ReadableTopicName.java Log Message: Show more interfaces to be implemented. Index: ReadableTopicName.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/ReadableTopicName.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ReadableTopicName.java 22 Jan 2008 19:06:31 -0000 1.4 --- ReadableTopicName.java 22 Jan 2008 22:48:50 -0000 1.5 *************** *** 25,28 **** --- 25,32 ---- public ReadableTopic getParent(); + /* + @TMDM + public Set<? extends Variant> getVariants(); + */ } |