Skip to content

Commit c2ff761

Browse files
committed
add comment on duplicated functionality
1 parent 921f922 commit c2ff761

File tree

1 file changed

+1
-1
lines changed
  • hadoop-common-project/hadoop-minikdc/src/test/java/org/apache/hadoop/minikdc

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-minikdc/src/test/java/org/apache/hadoop/minikdc/TestMiniKdc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
public class TestMiniKdc extends KerberosSecurityTestcase {
4141
private static final boolean IBM_JAVA = shouldUseIbmPackages();
42-
42+
// duplicated to avoid cycles in the build
4343
private static boolean shouldUseIbmPackages() {
4444
if (System.getProperty("java.vendor").contains("IBM")) {
4545
try {

0 commit comments

Comments
 (0)