Skip to content

Commit 5d57e2c

Browse files
committed
GH-613 - Fix SPI interface declaration in reference documentation example.
1 parent d51dc86 commit 5d57e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/antora/modules/ROOT/pages/fundamentals.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ Such a factory can either return arbitrary package names to get an `ApplicationM
534534
----
535535
package example;
536536
537-
public class CustomApplicationModuleSourceFactory implements ApplicationModuleDetectionStrategy {
537+
public class CustomApplicationModuleSourceFactory implements ApplicationModuleSourceFactory {
538538
539539
@Override
540540
public List<String> getRootPackages() {

0 commit comments

Comments
 (0)