Skip to content

Commit bb1aed4

Browse files
HADOOP-16751. Followup: move java import. (#1799)
This moves the import of a java module to the preferred place in the import ordering. Change-Id: I1a594e3d954554a72c2b71c954eda0ae940a8f70
1 parent f1f3f23 commit bb1aed4

File tree

1 file changed

+2
-2
lines changed
  • hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util

1 file changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/DurationInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
package org.apache.hadoop.util;
2020

21+
import java.util.function.Supplier;
22+
2123
import org.slf4j.Logger;
2224

2325
import org.apache.hadoop.classification.InterfaceAudience.Public;
2426
import org.apache.hadoop.classification.InterfaceStability.Unstable;
2527

26-
import java.util.function.Supplier;
27-
2828
/**
2929
* A duration with logging of final state at info or debug
3030
* in the {@code close()} call.

0 commit comments

Comments
 (0)