use autovalue for BenchmarkInputParcel

This commit is contained in:
Vincent Breitmoser
2017-05-22 11:26:54 +02:00
parent f1cf759e0a
commit 81bceb9e16
3 changed files with 9 additions and 29 deletions

View File

@@ -586,7 +586,7 @@ public class KeyListFragment extends RecyclerFragment<KeySectionedListAdapter>
@Override
public BenchmarkInputParcel createOperationInput() {
return new BenchmarkInputParcel(); // we want to perform a full consolidate
return BenchmarkInputParcel.newInstance(); // we want to perform a full consolidate
}
@Override