From: Michael Koch Date: Mon, 5 May 2003 05:10:47 +0000 (+0000) Subject: Forgot to add this to commit line on 2003/05/02. Its in Changelog already. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb1d03595304f625e649b84356bcd023ecaf4810;p=gcc.git Forgot to add this to commit line on 2003/05/02. Its in Changelog already. >2003-05-02 Michael Koch > > * java/net/URI.java > (create): Doesnt throws any exceptions. From-SVN: r66474 --- diff --git a/libjava/java/net/URI.java b/libjava/java/net/URI.java index e84ac5d0cd6..34d212f99e4 100644 --- a/libjava/java/net/URI.java +++ b/libjava/java/net/URI.java @@ -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; }