Skip to content

Commit

Permalink
feat: add getUseFqn to TypeNameResolver
Browse files Browse the repository at this point in the history
Co-authored-by: sam0r040 <[email protected]>
  • Loading branch information
timonback and sam0r040 committed Oct 23, 2023
1 parent 03c8143 commit b4b63d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ public class TypeNameResolver {
protected TypeNameResolver() {
}

public boolean getUseFqn() {
return this.useFqn;
}

public void setUseFqn(boolean useFqn) {
this.useFqn = useFqn;
}
Expand Down

0 comments on commit b4b63d3

Please sign in to comment.