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 d51dc86 commit 5d57e2cCopy full SHA for 5d57e2c
src/docs/antora/modules/ROOT/pages/fundamentals.adoc
@@ -534,7 +534,7 @@ Such a factory can either return arbitrary package names to get an `ApplicationM
534
----
535
package example;
536
537
-public class CustomApplicationModuleSourceFactory implements ApplicationModuleDetectionStrategy {
+public class CustomApplicationModuleSourceFactory implements ApplicationModuleSourceFactory {
538
539
@Override
540
public List<String> getRootPackages() {
0 commit comments