ChangeScreen: Remove unnecessary @SuppressWarnings("null")

Change-Id: I3c855dc0e55ba19eae2294475614fac0c56569ed
This commit is contained in:
David Pursehouse
2017-07-26 10:29:09 +01:00
parent c3a816d9ae
commit 17dc2bfb2c

View File

@@ -273,7 +273,6 @@ public class ChangeScreen extends Screen {
add(uiBinder.createAndBindUi(this));
}
@SuppressWarnings("null")
public Project.NameKey getProject() {
return project;
}