8282811: Typo in IAE details message of RecordedObject.getValueDescriptor
Reviewed-by: egahlin
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user