Skip to content

Commit 715de2c

Browse files
committed
GH-139 - Polish Javadoc of Modulithic.sharedModules().
1 parent bb466f9 commit 715de2c

File tree

1 file changed

+2
-2
lines changed
  • spring-modulith-api/src/main/java/org/springframework/modulith

1 file changed

+2
-2
lines changed

spring-modulith-api/src/main/java/org/springframework/modulith/Modulithic.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
boolean useFullyQualifiedModuleNames() default false;
5050

5151
/**
52-
* The names of modules considered to be shared, i.e. which should always be included in the bootstrap no matter what.
53-
* Useful for code to contain commons Spring configuration and components.
52+
* The names of modules considered to be shared, i.e. which should always be included in the bootstrap, no matter
53+
* what. Useful for code to contain global Spring configuration and components.
5454
*
5555
* @return
5656
*/

0 commit comments

Comments
 (0)