Commit bb1d0359 by Michael Koch

Forgot to add this to commit line on 2003/05/02. Its in Changelog already.

>2003-05-02  Michael Koch  <konqueror@gmx.de>
>
>	* java/net/URI.java
>	(create): Doesnt throws any exceptions.

From-SVN: r66474
parent 18ec39da
...@@ -164,7 +164,6 @@ public final class URI ...@@ -164,7 +164,6 @@ public final class URI
* @exception NullPointerException If str is null * @exception NullPointerException If str is null
*/ */
public static URI create (String str) public static URI create (String str)
throws IllegalArgumentException, URISyntaxException
{ {
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment