Merge "Fix another copy and paste of the copy and paste error." into qt-dev

am: 786705d0ab

Change-Id: I2415f6912a4b88179bde9bcfc450ac845040e45b
This commit is contained in:
Joe Onorato
2019-05-10 11:36:10 -07:00
committed by android-build-merger

View File

@@ -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);
}