Skip to content

Commit

Permalink
graph: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uruuru committed Aug 31, 2021
1 parent 844b00c commit c6a7b4f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -129,7 +129,7 @@ public T getDefault() {
Object clone = ElkReflect.clone(defaultValue);
if (clone == null) {
throw new IllegalStateException(
"Couldn't clone property '" + id + "'. " + "Make sure it's type is registered with the "
"Couldn't clone property '" + id + "'. " + "Make sure its type is registered with the "
+ ElkReflect.class.getSimpleName() + " utility class.");
}
return (T) clone;
Expand Down

0 comments on commit c6a7b4f

Please sign in to comment.