Skip to content

Commit dd764ca

Browse files
committed
fix warning
1 parent 361935a commit dd764ca

File tree

1 file changed

+1
-1
lines changed
  • exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal

1 file changed

+1
-1
lines changed

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/UnsafeAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static long getLong(Object o, long offset) {
7171
private UnsafeAccess() {}
7272

7373
private static class UnsafeHolder {
74-
public static final Unsafe UNSAFE;
74+
private static final Unsafe UNSAFE;
7575

7676
static {
7777
UNSAFE = getUnsafe();

0 commit comments

Comments
 (0)