Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit d73bc92

Browse files
committed
chore: Fix Javadoc error
1 parent de2d6b4 commit d73bc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reckon-core/src/main/java/org/ajoberstar/reckon/core/ScopeCalculator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static ScopeCalculator ofCommitMessageParser(CommitMessageScopeParser parser) {
4646
/**
4747
* Creates a scope calculator that uses the given function to parse the inventory's commit messages
4848
* for the presence os scope indicators. If any are found, the most significant scope is returned.
49-
* <br/>
49+
* <br>
5050
* Before v1, MAJOR is always ignored and MINOR is substituted. If that's not desirable, see
5151
* {@link #ofCommitMessageParser(CommitMessageScopeParser)}.
5252
*

0 commit comments

Comments
 (0)