Skip to content

Commit dada760

Browse files
authored
Fix typo in docs for AbstractCompilersProvider.java
Signed-off-by: ascopes <[email protected]>
1 parent a3e7e4d commit dada760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-compiler-testing/src/main/java/io/github/ascopes/jct/junit/AbstractCompilersProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public Stream<? extends Arguments> provideArguments(ExtensionContext context) {
171171
* whichever is greater. This means annotations can pass {@link Integer#MIN_VALUE} as a default value safely.
172172
*
173173
* <p>The maximum compiler version will be set to the {@code max} parameter, or {@link #maxSupportedVersion},
174-
* whichever is smaller. This means annotations can pass {@link Integer#MAC_VALUE} as a default value safely.
174+
* whichever is smaller. This means annotations can pass {@link Integer#MAX_VALUE} as a default value safely.
175175
*
176176
* <p>If implementations do not support specifying custom compiler configurers, then an empty array must be
177177
* passed for the {@code configurerClasses} parameter.

0 commit comments

Comments
 (0)