Skip to content

Commit

Permalink
remove unnecessary close
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Jul 3, 2024
1 parent 33af87c commit bde0390
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ public void addUserList(UserStoreManager userStore) throws UserAdminException {
if (csvReader != null) {
csvReader.close();
}
if (reader != null) {
reader.close();
}
} catch (IOException e) {
log.error("Error occurred while closing Reader", e);
}
Expand Down

0 comments on commit bde0390

Please sign in to comment.