ChangeSchemaDefinitions: Remove unnecessary suppression
Change-Id: I944c251d52a740054163a4614941a8a9850cf0a8
This commit is contained in:
@@ -88,7 +88,6 @@ public class ChangeSchemaDefinitions extends SchemaDefinitions<ChangeData> {
|
|||||||
.add(ChangeField.REVIEWER)
|
.add(ChangeField.REVIEWER)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
static final Schema<ChangeData> V33 =
|
static final Schema<ChangeData> V33 =
|
||||||
schema(V32, ChangeField.ASSIGNEE);
|
schema(V32, ChangeField.ASSIGNEE);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user