8282811: Typo in IAE details message of RecordedObject.getValueDescriptor

Reviewed-by: egahlin
This commit is contained in:
Christian Stein 2022-03-11 09:58:22 +00:00 committed by Erik Gahlin
parent cab9def1c1
commit f99193ae3f

@ -329,7 +329,7 @@ public class RecordedObject {
return v;
}
}
throw new IllegalArgumentException("\"Attempt to get unknown field \"" + name + "\"");
throw new IllegalArgumentException("Attempt to get unknown field \"" + name + "\"");
}
// Gets a value, but checks that type and name is correct first