ChangeScreen: Remove unnecessary @SuppressWarnings("null")
Change-Id: I3c855dc0e55ba19eae2294475614fac0c56569ed
This commit is contained in:
@@ -273,7 +273,6 @@ public class ChangeScreen extends Screen {
|
|||||||
add(uiBinder.createAndBindUi(this));
|
add(uiBinder.createAndBindUi(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("null")
|
|
||||||
public Project.NameKey getProject() {
|
public Project.NameKey getProject() {
|
||||||
return project;
|
return project;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user