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:
parent
b45e9837a7
commit
68dfecb392
5 changed files with 27 additions and 5 deletions
|
@ -242,6 +242,8 @@ public abstract class HttpURLConnection extends URLConnection
|
|||
|
||||
/**
|
||||
* This error code indicates that some sort of server error occurred.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
public static final int HTTP_SERVER_ERROR = 500;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue