Skip to content

Commit 7c3b070

Browse files
committed
Update BeanAdapter.
1 parent abc2787 commit 7c3b070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kilo-client/src/main/java/org/httprpc/kilo/beans/BeanAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public String toString() {
438438
// Undefined value exception
439439
private static class UndefinedValueException extends UnsupportedOperationException {
440440
UndefinedValueException(String name, Class<?> type) {
441-
super(String.format("Value for \"%s\" defined by %s is not defined.", name, type.getSimpleName()));
441+
super(String.format("Value for \"%s\" in instance of %s is not defined.", name, type.getSimpleName()));
442442
}
443443
}
444444

0 commit comments

Comments
 (0)