Skip to content

Commit

Permalink
chore: remove unused merthod (#2945)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yuremm and yurem committed Nov 9, 2022
1 parent 1807629 commit 2be9c5c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ public final void setSubFinal(String subFinal) {
this.subFinal = subFinal;
}

protected void setMultiValued(Boolean multiValued) {
this.multiValued = multiValued;
}

public final Boolean getMultiValued() {
return multiValued;
}
Expand Down

0 comments on commit 2be9c5c

Please sign in to comment.