mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8230723: Remove default constructors from java.lang and java.io
Reviewed-by: bpb, rriggs
This commit is contained in:
parent
c84e19f3ca
commit
10f1f10f2e
10 changed files with 54 additions and 4 deletions
|
@ -43,6 +43,12 @@ import java.util.StringJoiner;
|
|||
* @since 1.1
|
||||
*/
|
||||
public class Modifier {
|
||||
/**
|
||||
* Do not call.
|
||||
*/
|
||||
@Deprecated(forRemoval=true, since="14")
|
||||
public Modifier() {}
|
||||
|
||||
|
||||
/**
|
||||
* Return {@code true} if the integer argument includes the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue