mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-23 12:13:15 -05:00
2003-02-13 Michael Koch <konqueror@gmx.de>
* java/net/NetPermission.java (NetPermission): Make doucmentation match the method declaration. * java/net/NetworkInterface.java (equals): Reformated for GNU coding style. * java/net/ServerSocket.java: Merged with classpath. * java/net/Socket.java: Partly merged with classpath (Added some @since). * java/net/SocketImpl.java (localPort): Merged with classpath (initialize with -1). * java/net/SocketPermission.java: Merged with classpath (reindented). * java/net/URLDecoder.java: Merged with classpath (reindented). From-SVN: r62824
This commit is contained in:
committed by
Michael Koch
parent
4e3243ef0e
commit
05008212fb
@@ -82,12 +82,12 @@ public class URLDecoder
|
||||
{
|
||||
try
|
||||
{
|
||||
return decode(s, "UTF-8");
|
||||
return decode(s, "UTF-8");
|
||||
}
|
||||
catch (UnsupportedEncodingException uee)
|
||||
{
|
||||
// Should never happen since UTF-8 encoding should always be supported
|
||||
return s;
|
||||
// Should never happen since UTF-8 encoding should always be supported
|
||||
return s;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user