8272739: Misformatted error message in EventHandlerCreator
Reviewed-by: mgronlun
This commit is contained in:
parent
fb1dfc6f49
commit
c701f6e538
@ -121,7 +121,7 @@ final class EventHandlerCreator {
|
||||
if (internalName != null) {
|
||||
fieldInfos.add(new FieldInfo(fieldName, fieldDescriptor, internalName));
|
||||
} else {
|
||||
throw new InternalError("Could not locate field " + fieldName + " for event type" + type.getName());
|
||||
throw new InternalError("Could not locate field " + fieldName + " for event type " + type.getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user