Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/merged
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28170/src/org/tm4j/topicmap/tmdm/merged
Modified Files:
MergedOccurrenceKey.java
Log Message:
Fix comment.
Index: MergedOccurrenceKey.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/merged/MergedOccurrenceKey.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MergedOccurrenceKey.java 23 Jan 2008 22:37:59 -0000 1.3
--- MergedOccurrenceKey.java 17 Jun 2008 17:49:43 -0000 1.4
***************
*** 28,33 ****
protected String value;
- // FIXME: variants missing
-
protected MergedOccurrenceKey(MergedTopic parent,MergedTopic type,Locator datatype,String value,MergedScopeKey scope) {
super(scope);
--- 28,31 ----
|