From: Xuan B. <med...@us...> - 2007-05-21 17:07:06
|
Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/utils In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17935/src/org/tm4j/topicmap/utils Modified Files: XTMWriter.java Log Message: Fix a little typo. Index: XTMWriter.java =================================================================== RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/utils/XTMWriter.java,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** XTMWriter.java 3 May 2007 16:19:07 -0000 1.45 --- XTMWriter.java 21 May 2007 17:07:06 -0000 1.46 *************** *** 843,847 **** /** * Returns the fragment part of <code>tmo</code>'s resourceLocator property if, ! * and only if the document part of the resourceLocator matches the doucment part * of the containing TopicMap object's resourceLocator property. * This method is used to roundtrip id attribute values which were read in from --- 843,847 ---- /** * Returns the fragment part of <code>tmo</code>'s resourceLocator property if, ! * and only if the document part of the resourceLocator matches the document part * of the containing TopicMap object's resourceLocator property. * This method is used to roundtrip id attribute values which were read in from *************** *** 967,970 **** --- 967,973 ---- /* * $Log$ + * Revision 1.46 2007/05/21 17:07:06 mediumnet + * Fix a little typo. + * * Revision 1.45 2007/05/03 16:19:07 mediumnet * Create nicer (non-auto-generated) IDs when writing XTM output, so that the XTM file is more readable. |