Skip to content

Commit 6f80c25

Browse files
committed
Using actually correct syntax
1 parent 38b7188 commit 6f80c25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/hazelcast/spring/session/AttributeValue.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ public Object object() {
102102
return object;
103103
}
104104

105-
@Nullable
106-
public byte[] objectBytes() {
105+
public byte @Nullable [] objectBytes() {
107106
return objectBytes;
108107
}
109108

0 commit comments

Comments
 (0)