Skip to content

Commit

Permalink
Fix the spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinAkash01 committed Nov 26, 2024
1 parent 8beb685 commit e2e7d59
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ private void setLaxDataBinding(boolean laxDataBinding) {
this.laxDataBinding = laxDataBinding;
}

private boolean getLaxDataBinding() {
return this.laxDataBinding;
}

private void updateLinkedResources(Object[] links) {
for (Object link : links) {
BMap linkMap = (BMap) link;
Expand Down

0 comments on commit e2e7d59

Please sign in to comment.