Skip to content
Prev Previous commit
Next Next commit
Removed unused getters
  • Loading branch information
jean flores committed May 10, 2021
commit c43799d8f560aff34a53a4913e8bfd8386e51357
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ public BranchFilterType getBranchFilterType() {
return branchFilterType;
}

public UserNameFilterType getUserNameFilterType() {
return userNameFilterType;
}
// UserNameFilterType getUserNameFilterType() {
// return userNameFilterType;
// }

public String getIncludeBranchesSpec() {
return includeBranchesSpec;
Expand All @@ -320,9 +320,9 @@ public String getTargetBranchRegex() {
return targetBranchRegex;
}

public String getExcludeUserNamesSpec() {
return excludeUserNamesSpec;
}
// String getExcludeUserNamesSpec() {
// return excludeUserNamesSpec;
// }

public MergeRequestLabelFilterConfig getMergeRequestLabelFilterConfig() {
return mergeRequestLabelFilterConfig;
Expand Down