Forgot to add this to commit line on 2003/05/02. Its in Changelog already.
authorMichael Koch <mkoch@gcc.gnu.org>
Mon, 5 May 2003 05:10:47 +0000 (05:10 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Mon, 5 May 2003 05:10:47 +0000 (05:10 +0000)
>2003-05-02  Michael Koch  <konqueror@gmx.de>
>
> * java/net/URI.java
> (create): Doesnt throws any exceptions.

From-SVN: r66474

libjava/java/net/URI.java

index e84ac5d0cd6f5e7c2d0889f21c98f7a8f88769b0..34d212f99e4639c73114c9816b4de9d070b20536 100644 (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;
   }