|
From: <jos...@us...> - 2008-12-05 20:50:25
|
Revision: 95
http://tmapi.svn.sourceforge.net/tmapi/?rev=95&view=rev
Author: joschmidt
Date: 2008-12-05 20:50:13 +0000 (Fri, 05 Dec 2008)
Log Message:
-----------
createLocator(): reduced docs to @see org.tmapi.core.TopicMap#createLocator(String reference)
Modified Paths:
--------------
trunk/src/main/java/org/tmapi/core/TopicMapSystem.java
Modified: trunk/src/main/java/org/tmapi/core/TopicMapSystem.java
===================================================================
--- trunk/src/main/java/org/tmapi/core/TopicMapSystem.java 2008-11-25 20:23:11 UTC (rev 94)
+++ trunk/src/main/java/org/tmapi/core/TopicMapSystem.java 2008-12-05 20:50:13 UTC (rev 95)
@@ -75,14 +75,7 @@
public Set<Locator> getLocators();
/**
- * Returns a {@link Locator} instance representing the specified IRI
- * <tt>reference</tt>.
- *
- * The specified IRI <tt>reference</tt> is assumed to be absolute.
- *
- * @param reference A string which uses the IRI notation.
- * @return A {@link Locator} representing the IRI <tt>reference</tt>.
- * @throws IllegalArgumentException If <tt>reference</tt> is <tt>null</tt>.
+ * @see org.tmapi.core.TopicMap#createLocator(String reference)
*/
public Locator createLocator(String reference);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|