Skip to content

Commit 3a14751

Browse files
committed
Make VertxAsyncExec public
This is mainly to fix javadoc error: `No public or protected classes found to document`, but it also aligns with `JavaPoolAsyncExec` being public.
1 parent 395f7bd commit 3a14751

File tree

1 file changed

+1
-1
lines changed
  • persistence/nosql/async/vertx/src/main/java/org/apache/polaris/nosql/async/vertx

1 file changed

+1
-1
lines changed

persistence/nosql/async/vertx/src/main/java/org/apache/polaris/nosql/async/vertx/VertxAsyncExec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
* a Java thread pool to execute blocking tasks.
5757
*/
5858
@ApplicationScoped
59-
class VertxAsyncExec implements AsyncExec, AutoCloseable {
59+
public class VertxAsyncExec implements AsyncExec, AutoCloseable {
6060
private static final Logger LOGGER = LoggerFactory.getLogger(VertxAsyncExec.class.getName());
6161
private static final Duration MAX_DURATION = Duration.ofDays(7);
6262

0 commit comments

Comments
 (0)