YARN-10337. Amendment to fix import as in HADOOP-17100

This commit is contained in:
Jim Brennan 2021-05-19 22:00:55 +00:00
parent 1b3e4cf9ce
commit 53a1c7653f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.apache.hadoop.yarn.server.timelineservice.storage.TimelineWriter;
import org.junit.Before;
import org.junit.Test;
import com.google.common.base.Supplier;
import java.util.function.Supplier;
import java.util.ArrayList;
import java.util.List;