Skip to content

Commit 33c1431

Browse files
committed
fixes visiblity
1 parent f98dadd commit 33c1431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diana-driver-commons/src/main/java/org/jnosql/diana/driver/DefaultJsonbSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public boolean isVisible(Field field) {
4747

4848
@Override
4949
public boolean isVisible(Method method) {
50-
return false;
50+
return true;
5151
}
5252

5353
}

0 commit comments

Comments
 (0)