GH-613 - Fix SPI interface declaration in reference documentation example.

This commit is contained in:
Oliver Drotbohm
2024-09-04 12:06:25 +02:00
parent d51dc86a56
commit 5d57e2ce0f

View File

@@ -534,7 +534,7 @@ Such a factory can either return arbitrary package names to get an `ApplicationM
----
package example;
public class CustomApplicationModuleSourceFactory implements ApplicationModuleDetectionStrategy {
public class CustomApplicationModuleSourceFactory implements ApplicationModuleSourceFactory {
@Override
public List<String> getRootPackages() {