Fix screens inherited from PaginatedProjectScreen
After GWT upgrade: I3f009f3ef all screens inherited from PaginatedProjectScreen are broken because match token wasn't initialized and caused a NPE. Change-Id: I525b25193a870aef4f19068d3731d68035799ea3
This commit is contained in:
@@ -21,7 +21,7 @@ import com.google.gwt.http.client.URL;
|
||||
|
||||
abstract class PaginatedProjectScreen extends ProjectScreen {
|
||||
protected int pageSize;
|
||||
protected String match;
|
||||
protected String match = "";
|
||||
protected int start;
|
||||
|
||||
PaginatedProjectScreen(Project.NameKey toShow) {
|
||||
|
||||
Reference in New Issue
Block a user