Skip to content

Commit 761ecbc

Browse files
committed
Format on NullSafeAdapter only, no effective change
1 parent c375aef commit 761ecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonb/src/main/java/io/avaje/jsonb/NullSafeAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public T fromJson(JsonReader reader) {
4444
}
4545

4646
@Override
47-
public boolean isViewBuilderAware() {
47+
public boolean isViewBuilderAware() {
4848
return delegate.isViewBuilderAware();
4949
}
5050

0 commit comments

Comments
 (0)