Add @NonNull annotation

This commit is contained in:
Fredrik Fornwall
2016-10-16 00:12:42 +02:00
parent 019aa44837
commit 6aa0492434

View File

@@ -431,7 +431,7 @@ public final class TermuxActivity extends Activity implements ServiceConnection
@NonNull
@Override
public View getView(int position, View convertView, ViewGroup parent) {
public View getView(int position, View convertView, @NonNull ViewGroup parent) {
View row = convertView;
if (row == null) {
LayoutInflater inflater = getLayoutInflater();