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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user