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

Commit 458fd79a authored by Joe Onorato's avatar Joe Onorato Committed by android-build-merger
Browse files

Merge "Fix another copy and paste of the copy and paste error." into qt-dev am: 786705d0

am: 80ca5b18

Change-Id: I5709f285bce704d9b560502d6c5f644675de3279
parents 6d11422a 80ca5b18
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);
            }