We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921f922 commit c2ff761Copy full SHA for c2ff761
hadoop-common-project/hadoop-minikdc/src/test/java/org/apache/hadoop/minikdc/TestMiniKdc.java
@@ -39,7 +39,7 @@
39
40
public class TestMiniKdc extends KerberosSecurityTestcase {
41
private static final boolean IBM_JAVA = shouldUseIbmPackages();
42
-
+ // duplicated to avoid cycles in the build
43
private static boolean shouldUseIbmPackages() {
44
if (System.getProperty("java.vendor").contains("IBM")) {
45
try {
0 commit comments