Skip to content

Commit 256d3cd

Browse files
authored
Making ClassLoaderHandle public (#198)
Co-authored-by: Sundaram Ananthanarayanan <[email protected]>
1 parent 96d0f24 commit 256d3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mantis-server/mantis-server-worker/src/main/java/io/mantisrx/server/worker/ClassLoaderHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Handle to retrieve a user code class loader for the associated job.
2828
*/
29-
interface ClassLoaderHandle extends Closeable {
29+
public interface ClassLoaderHandle extends Closeable {
3030

3131
/**
3232
* Gets or resolves the user code class loader for the associated job.

0 commit comments

Comments
 (0)