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
This commit is contained in:
Steve Loughran 2020-01-08 11:32:31 +00:00 committed by GitHub
parent f1f3f23c3c
commit bb1aed475b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
package org.apache.hadoop.util;
import java.util.function.Supplier;
import org.slf4j.Logger;
import org.apache.hadoop.classification.InterfaceAudience.Public;
import org.apache.hadoop.classification.InterfaceStability.Unstable;
import java.util.function.Supplier;
/**
* A duration with logging of final state at info or debug
* in the {@code close()} call.