We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aead910 commit 0f56a72Copy full SHA for 0f56a72
odm/src/test/java/org/springframework/ldap/odm/test/TestLdap.java
@@ -84,7 +84,7 @@ public final class TestLdap {
84
// Maximum time to wait for results in testing (ms)
85
private static final int TIME_LIMIT=60000;
86
87
- private static SearchControls searchControls=
+ private SearchControls searchControls =
88
new SearchControls(SearchControls.SUBTREE_SCOPE,
89
COUNT_LIMIT,
90
TIME_LIMIT,
0 commit comments