From: Xuan B. <med...@us...> - 2008-01-22 20:04:52
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/tm4j1 In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24673/src/org/tm4j/topicmap/tmdm/tm4j1 Modified Files: TopicMapImpl.java Log Message: Implement TopicMapImpl.getTopicCount() legacy method. Index: TopicMapImpl.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/tm4j1/TopicMapImpl.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TopicMapImpl.java 22 Jan 2008 19:58:22 -0000 1.2 --- TopicMapImpl.java 22 Jan 2008 20:04:55 -0000 1.3 *************** *** 524,528 **** */ public int getTopicCount() { ! throw new UnsupportedOperationException(); } --- 524,528 ---- */ public int getTopicCount() { ! return getMergedTopicMapView().getTopicCount(); } |