2003-03-02 Michael Koch <konqueror@gmx.de>
* java/net/HttpURLConnection.java (HTTP_SERVER_ERROR): Deprecated. * java/net/MulticastSocket.java (send): Replaced checkMulticast with appropriate checkPermission call, deprecated. * java/net/URLDecoder.java (decode): Deprecated. * java/net/URLEncoder.java (encode): Deprecated. From-SVN: r63679
This commit is contained in:
committed by
Michael Koch
parent
b45e9837a7
commit
68dfecb392
@@ -77,6 +77,8 @@ public class URLDecoder
|
||||
* @param s the String to convert
|
||||
*
|
||||
* @return the converted String
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
public static String decode(String s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user