Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cab1db11 authored by Joe Onorato's avatar Joe Onorato
Browse files

Fix another copy and paste of the copy and paste error.

Bug: 123955906
Test: bit GtsIncidentConfirmationTestCases:*
Change-Id: I251a0295fbd64e8abea2a42af9cc23fb2c39bc63
parent 46154afc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@ public class IncidentManager {
            }

            final String id = uri.getQueryParameter(URI_PARAM_REPORT_ID);
            if (cls == null) {
            if (id == null) {
                throw new RuntimeException("Invalid URI: No "
                        + URI_PARAM_REPORT_ID + " parameter. " + uri);
            }