mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8250564: Remove terminally deprecated constructor in GSSUtil
8250565: Remove terminally deprecated constructor in java.net.URLDecoder Reviewed-by: bpb, smarks, alanb, mullan
This commit is contained in:
parent
940b053065
commit
80544e4d5f
3 changed files with 4 additions and 7 deletions
|
@ -84,8 +84,7 @@ public class URLDecoder {
|
|||
/**
|
||||
* Do not call.
|
||||
*/
|
||||
@Deprecated(since="16", forRemoval=true)
|
||||
public URLDecoder() {}
|
||||
private URLDecoder() {}
|
||||
|
||||
// The platform default encoding
|
||||
static String dfltEncName = URLEncoder.dfltEncName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue