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:
Joe Darcy 2021-01-06 18:05:33 +00:00
parent 940b053065
commit 80544e4d5f
3 changed files with 4 additions and 7 deletions

View file

@ -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;