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
This commit is contained in:
Michael Koch 2003-05-05 05:10:47 +00:00
parent 18ec39dad3
commit bb1d035953

View file

@ -164,7 +164,6 @@ public final class URI
* @exception NullPointerException If str is null
*/
public static URI create (String str)
throws IllegalArgumentException, URISyntaxException
{
return null;
}