diff --git a/crash/app/src/main/java/com/google/samples/quickstart/crash/MainActivity.java b/crash/app/src/main/java/com/google/samples/quickstart/crash/MainActivity.java index 3e3679153c..428eaa655a 100644 --- a/crash/app/src/main/java/com/google/samples/quickstart/crash/MainActivity.java +++ b/crash/app/src/main/java/com/google/samples/quickstart/crash/MainActivity.java @@ -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