Skip to content

Commit 7edad28

Browse files
authored
Reformat Javadoc in .inject.spi.AvajeModule (#919)
Matched formatting for consistency. Related-to: #918 Signed-off-by: Mahied Maruf <[email protected]>
1 parent 42887d1 commit 7edad28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

inject/src/main/java/io/avaje/inject/spi/AvajeModule.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ default String[] providesBeans() {
2222
return EMPTY_STRINGS;
2323
}
2424

25-
/**
26-
* Return the type(s) of scopes that this module provides
27-
*/
25+
/** Return the type(s) of scopes that this module provides. */
2826
default String[] definesScopes() {
2927
return EMPTY_STRINGS;
3028
}

0 commit comments

Comments
 (0)