HADOOP-16851. Removed unused import in Configuration

Contributed by Jan Hentschel.
This commit is contained in:
Jan Hentschel 2020-02-11 12:51:45 +01:00 committed by GitHub
parent d36cd37e60
commit cc8ae59104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ import java.util.Enumeration;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.ListIterator;
import java.util.Map;