Skip to content

Commit

Permalink
Update kura/org.eclipse.kura.web2/src/main/java/org/eclipse/kura/web/…
Browse files Browse the repository at this point in the history
…server/GwtCertificatesServiceImpl.java

Co-authored-by: Matteo Maiero <[email protected]>
  • Loading branch information
salvatore-coppola and MMaiero authored Jan 4, 2024
1 parent fc2a6a6 commit cddd944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public List<GwtKeystoreEntry> listEntries() throws GwtKuraException {
Date validityStartDate = null;
Date validityEndDate = null;

List<String> dNs = new ArrayList<>();
List<String> distinguishedNames = new ArrayList<>();
if (e.getValue() instanceof PrivateKeyEntry) {
kind = Kind.KEY_PAIR;

Expand Down

0 comments on commit cddd944

Please sign in to comment.