Fix Checkstyle error

This commit is contained in:
Filip Hrisafov 2020-02-07 17:35:51 +01:00
parent f382903bc6
commit c64e03468e

View File

@ -187,8 +187,8 @@ 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
// Extracting the major version is done with code from
// 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