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 23f94f5 commit 898af1dCopy full SHA for 898af1d
spring-modulith-docs/src/main/java/org/springframework/modulith/docs/Asciidoctor.java
@@ -411,7 +411,7 @@ public String renderBeanReferences(ApplicationModule module) {
411
}
412
413
public String renderModuleDescription(ApplicationModule module) {
414
- return docSource.get().getDocumentation(module.getBasePackage()).orElse("");
+ return docSource.flatMap(it -> it.getDocumentation(module.getBasePackage())).orElse("");
415
416
417
public String renderHeadline(int i, String modules) {
0 commit comments