|
From: <jos...@us...> - 2009-03-18 21:45:56
|
Revision: 103
http://tmapi.svn.sourceforge.net/tmapi/?rev=103&view=rev
Author: joschmidt
Date: 2009-03-18 21:45:46 +0000 (Wed, 18 Mar 2009)
Log Message:
-----------
Fixed TMDM link in the comments section of mergeIn().
Modified Paths:
--------------
trunk/src/main/java/org/tmapi/core/TopicMap.java
Modified: trunk/src/main/java/org/tmapi/core/TopicMap.java
===================================================================
--- trunk/src/main/java/org/tmapi/core/TopicMap.java 2009-03-16 21:41:32 UTC (rev 102)
+++ trunk/src/main/java/org/tmapi/core/TopicMap.java 2009-03-18 21:45:46 UTC (rev 103)
@@ -231,7 +231,7 @@
* <p>
* All information items in <tt>other</tt> will be merged into this
* topic map as defined by the
- * <a href="http://www.isotopicmaps.org/sam/sam-model/#d0e1862">Topic Maps - Data Model (TMDM) merging rules</a>.
+ * <a href="http://www.isotopicmaps.org/sam/sam-model/#sect-merging">Topic Maps - Data Model (TMDM) merging rules</a>.
* </p>
* <p>
* The merge process will not modify <tt>other</tt> in any way.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|