mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Fix Checkstyle error
This commit is contained in:
parent
f382903bc6
commit
c64e03468e
@ -188,7 +188,7 @@ public class ProcessorInvocationInterceptor implements InvocationInterceptor {
|
||||
else if ( CURRENT_VERSION == JRE.OTHER ) {
|
||||
try {
|
||||
// Extracting the major version is done with code from
|
||||
// org.junit.jupiter.api.condition.JRE when determing the current version
|
||||
// org.junit.jupiter.api.condition.JRE when determining the current version
|
||||
|
||||
// java.lang.Runtime.version() is a static method available on Java 9+
|
||||
// that returns an instance of java.lang.Runtime.Version which has the
|
||||
|
Loading…
x
Reference in New Issue
Block a user