Skip to content

Commit cc2b15a

Browse files
committed
Add missing getLdapAttrHomeDirectory method to TestFessConfig
1 parent dcd16f1 commit cc2b15a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/org/codelibs/fess/cors/DefaultCorsHandlerTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,5 +889,10 @@ public String getPluginVersionFilter() {
889889
public Integer getPluginVersionFilterAsInteger() {
890890
return null;
891891
}
892+
893+
@Override
894+
public String getLdapAttrHomeDirectory() {
895+
return null;
896+
}
892897
}
893898
}

0 commit comments

Comments
 (0)