Skip to content

Commit

Permalink
no leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed May 8, 2024
1 parent 1ed332f commit 5d93259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2727,7 +2727,7 @@ private void clearJaxRSCache() {
.invoke(runtimeSpecifics, this);
}
} catch (Exception e) {
logger.log(Level.WARNING, "Error clearing CdiComponentProvider cache", e);
logger.log(Level.WARNING, "Error clearing Jax-Rs cache", e);
}
}

Expand Down

0 comments on commit 5d93259

Please sign in to comment.