Skip to content

Commit

Permalink
Remove unreachable setters
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanWeerasinghe committed Apr 8, 2024
1 parent 5544ecf commit b76dd62
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,7 @@ public String getTextFieldName() {
return textFieldName;
}

public void setTextFieldName(String textFieldName) {
this.textFieldName = textFieldName;
}

public boolean getIsWithNameSpace() {
return withNameSpace;
}

public void setIsWithNameSpace(boolean withNameSpace) {
this.withNameSpace = withNameSpace;
}
}

0 comments on commit b76dd62

Please sign in to comment.