Skip to content

Commit

Permalink
Update CoreServiceManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed Nov 23, 2024
1 parent fa31835 commit bf370fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Core implementation of SpiServiceManager provided to specific implementations like jetty etc.
*/
final class CoreServiceManager implements SpiServiceManager {
public final class CoreServiceManager implements SpiServiceManager {

private static final System.Logger log = AppLog.getLogger("io.avaje.jex");
public static final String UTF_8 = "UTF-8";
Expand Down

0 comments on commit bf370fe

Please sign in to comment.