|
From: <jos...@us...> - 2008-11-25 20:16:49
|
Revision: 91
http://tmapi.svn.sourceforge.net/tmapi/?rev=91&view=rev
Author: joschmidt
Date: 2008-11-25 20:16:45 +0000 (Tue, 25 Nov 2008)
Log Message:
-----------
Updated docs section regarding NULL handling in resolve()
Modified Paths:
--------------
trunk/src/main/java/org/tmapi/core/Locator.java
Modified: trunk/src/main/java/org/tmapi/core/Locator.java
===================================================================
--- trunk/src/main/java/org/tmapi/core/Locator.java 2008-11-25 20:15:03 UTC (rev 90)
+++ trunk/src/main/java/org/tmapi/core/Locator.java 2008-11-25 20:16:45 UTC (rev 91)
@@ -45,6 +45,7 @@
*
* @param reference The reference which should be resolved against this locator.
* @return A locator representing an absolute IRI.
+ * @throws IllegalArgumentException If <tt>reference</tt> is <tt>null</tt>.
*/
public Locator resolve(String reference);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|