Skip to content

Commit

Permalink
checkstyle error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Feb 27, 2024
1 parent 240812e commit 48626e8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ private void deleteFilterPerformed(AvailableFilterType filter, AjaxRequestTarget
} catch (Exception e) {
LOGGER.error("Cannot remove filter from user admin gui configuration: {}", e.getMessage(), e);
result.recordPartialError("Cannot remove filter from user admin gui configuration: {}", e);

}
result.computeStatusIfUnknown();
getPageBase().showResult(result);
Expand Down Expand Up @@ -419,7 +418,7 @@ private ItemPath getAvailableFilterItemPath(FocusType principalFocus, AvailableF
}
}
}
};
}
return null;
}

Expand Down

0 comments on commit 48626e8

Please sign in to comment.