Skip to content

Commit

Permalink
Fix compilation failure due to missing Collections import
Browse files Browse the repository at this point in the history
Relates to 00817a9
  • Loading branch information
dakrone committed Apr 6, 2018
1 parent b720bd6 commit bd8aa6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Locale;
import java.util.Map;
Expand Down

0 comments on commit bd8aa6c

Please sign in to comment.