Skip to content

Commit 808c339

Browse files
author
yangjiandan
committed
remove Redundant import
1 parent 79f7fc0 commit 808c339

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
import org.apache.hadoop.classification.InterfaceAudience.Public;
2121
import org.apache.hadoop.classification.InterfaceStability.Evolving;
22-
import org.apache.hadoop.util.Clock;
23-
import org.apache.hadoop.util.Time;
2422

2523
/**
2624
* A monotonic clock from some arbitrary time base in the past, counting in

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
import org.apache.hadoop.classification.InterfaceAudience.Public;
2525
import org.apache.hadoop.classification.InterfaceStability.Evolving;
26-
import org.apache.hadoop.util.Clock;
2726

2827
/**
2928
* Implementation of {@link Clock} that gives the current UTC time in

0 commit comments

Comments
 (0)