Skip to content

Commit

Permalink
lsc-project#176: Minor changes to formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
abpai94 committed Sep 2, 2024
1 parent ff9a586 commit 7539691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/lsc/jndi/JndiServices.java
Original file line number Diff line number Diff line change
Expand Up @@ -776,11 +776,11 @@ private List<String> doGetDnList(final String base, final String filter,
LOGGER.error(e.toString());
LOGGER.debug(e.toString(), e);
throw e;
} catch (IOException e) {
} catch (IOException e) {
LOGGER.error(e.toString());
LOGGER.debug(e.toString(), e);
}
return list;
}
return list;
}

/**
Expand Down

0 comments on commit 7539691

Please sign in to comment.