Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Dec 15, 2021
1 parent c2f0036 commit f500a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected T internalFrom(TypeDef definition, String... ignore) {
return internalFromImpl(definition, new LinkedList<String>(), ignore);
}

protected T internalFromImpl(TypeDef definition, List<String> visited, String... ignore) {
private T internalFromImpl(TypeDef definition, List<String> visited, String... ignore) {
visited.add(definition.getFullyQualifiedName());
final B builder = newBuilder();
Set<String> ignores =
Expand Down

0 comments on commit f500a70

Please sign in to comment.