Skip to content

Commit

Permalink
toString() fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dotxyteam committed Jul 30, 2021
1 parent 9dc5057 commit 1c21299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public boolean equals(Object obj) {

@Override
public String toString() {
return "PrecomputedTypeInfoWrapper [instance=" + instance + ", precomputedType=" + precomputedType + "]";
return "PrecomputedTypeInstanceWrapper [instance=" + instance + ", precomputedType=" + precomputedType + "]";
}

public static class TypeInfoSource implements ITypeInfoSource {
Expand Down

0 comments on commit 1c21299

Please sign in to comment.