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
@ -187,8 +187,8 @@ public class ProcessorInvocationInterceptor implements InvocationInterceptor {
|
|||||||
}
|
}
|
||||||
else if ( CURRENT_VERSION == JRE.OTHER ) {
|
else if ( CURRENT_VERSION == JRE.OTHER ) {
|
||||||
try {
|
try {
|
||||||
// Extracting the major version is done with code from
|
// 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+
|
// java.lang.Runtime.version() is a static method available on Java 9+
|
||||||
// that returns an instance of java.lang.Runtime.Version which has the
|
// that returns an instance of java.lang.Runtime.Version which has the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user