Fix incorrect Java 7 detection
This commit is contained in:
parent
21c9c26ff8
commit
37a80ddd08
@ -154,8 +154,9 @@ public final class DetectionUtil {
|
||||
Class.forName(
|
||||
"java.util.concurrent.LinkedTransferQueue", false,
|
||||
BlockingQueue.class.getClassLoader());
|
||||
} catch (Exception e) {
|
||||
return 7;
|
||||
} catch (Exception e) {
|
||||
// Ignore
|
||||
}
|
||||
|
||||
return 6;
|
||||
|
Loading…
Reference in New Issue
Block a user