Skip to content

Commit

Permalink
mapstruct#1742 rework ii
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaakd committed May 24, 2019
1 parent 64bd2c7 commit a2ab6b5
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ public Collection<ExecutableElement> getBuildMethods() {
return buildMethods;
}

public BuilderInfo asBuilderInfo() {
return new BuilderInfo.Builder()
.builderCreationMethod( this.builderCreationMethod )
.buildMethod( this.buildMethods )
.build();
}

public static BuilderType create(BuilderInfo builderInfo, Type typeToBuild, TypeFactory typeFactory,
Types typeUtils) {
if ( builderInfo == null ) {
Expand Down

0 comments on commit a2ab6b5

Please sign in to comment.