|
From: <jos...@us...> - 2008-11-25 20:23:15
|
Revision: 94
http://tmapi.svn.sourceforge.net/tmapi/?rev=94&view=rev
Author: joschmidt
Date: 2008-11-25 20:23:11 +0000 (Tue, 25 Nov 2008)
Log Message:
-----------
Updated docs section regarding NULL handling in createLocator()
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:21:44 UTC (rev 93)
+++ trunk/src/main/java/org/tmapi/core/TopicMapSystem.java 2008-11-25 20:23:11 UTC (rev 94)
@@ -82,6 +82,7 @@
*
* @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>.
*/
public Locator createLocator(String reference);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|