Skip to content

Commit 18000a7

Browse files
committed
fix: set isFiltered to false
Signed-off-by: Zixuan Liu <[email protected]>
1 parent e7ee2ab commit 18000a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/casbin/adapter/JDBCAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
public class JDBCAdapter extends JDBCBaseAdapter implements FilteredAdapter {
3737

38-
private boolean isFiltered = true;
38+
private boolean isFiltered = false;
3939

4040
/**
4141
* JDBCAdapter is the constructor for JDBCAdapter.

0 commit comments

Comments
 (0)