Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected void onCreate(Bundle savedInstanceState) {
// Checkbox to indicate when to catch the thrown exception.
final CheckBox catchCrashCheckBox = findViewById(R.id.catchCrashCheckBox);

// Button that causes the NullPointerException to be thrown.
// Button that causes NullPointerException to be thrown.
Button crashButton = findViewById(R.id.crashButton);
crashButton.setOnClickListener(new View.OnClickListener() {
@Override
Expand Down