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 f1f3f23 commit bb1aed4Copy full SHA for bb1aed4
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/DurationInfo.java
@@ -18,13 +18,13 @@
18
19
package org.apache.hadoop.util;
20
21
+import java.util.function.Supplier;
22
+
23
import org.slf4j.Logger;
24
25
import org.apache.hadoop.classification.InterfaceAudience.Public;
26
import org.apache.hadoop.classification.InterfaceStability.Unstable;
27
-import java.util.function.Supplier;
-
28
/**
29
* A duration with logging of final state at info or debug
30
* in the {@code close()} call.
0 commit comments