Skip to content

Commit dcd16f1

Browse files
committed
Add missing getPluginRepositories method to TestFessConfig
This method returns a String representing plugin repository URLs and is required by the FessConfig interface.
1 parent 8d232b2 commit dcd16f1

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
@@ -875,6 +875,11 @@ public Integer getStorageMaxItemsInPageAsInteger() {
875875
return 100;
876876
}
877877

878+
@Override
879+
public String getPluginRepositories() {
880+
return "";
881+
}
882+
878883
@Override
879884
public String getPluginVersionFilter() {
880885
return null;

0 commit comments

Comments
 (0)