Skip to content

Commit 77068a2

Browse files
make AbstractIcebergTest class public to avoid javadoc error
1 parent 84fba0a commit 77068a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/iceberg-1.8/testing/src/main/java/io/opentelemetry/instrumentation/iceberg/v1_8/AbstractIcebergTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import org.junit.jupiter.api.Test;
3535
import org.junit.jupiter.api.io.TempDir;
3636

37-
abstract class AbstractIcebergTest {
37+
public abstract class AbstractIcebergTest {
3838
protected static final int FORMAT_VERSION = 2;
3939
protected static final Schema SCHEMA =
4040
new Schema(

0 commit comments

Comments
 (0)