8235514: Update record serialization tests to not use hard coded source versions

Reviewed-by: lancea
This commit is contained in:
Joe Darcy 2019-12-12 11:31:05 -08:00
parent 890826bf5b
commit 74882b0d0d
3 changed files with 4 additions and 6 deletions

View file

@ -46,8 +46,7 @@ public class Modifier {
/**
* Do not call.
*/
@Deprecated(forRemoval=true, since="14")
public Modifier() {}
private Modifier() {throw new AssertionError();}
/**