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 44c9d5c commit 264da5aCopy full SHA for 264da5a
odm/src/test/java/org/springframework/ldap/odm/test/TestLdap.java
@@ -87,7 +87,7 @@ public final class TestLdap {
87
// Maximum time to wait for results in testing (ms)
88
private static final int TIME_LIMIT=60000;
89
90
- private static SearchControls searchControls=
+ private SearchControls searchControls =
91
new SearchControls(SearchControls.SUBTREE_SCOPE,
92
COUNT_LIMIT,
93
TIME_LIMIT,
0 commit comments