Remove un-used import statements
This commit is contained in:
		@@ -1,9 +1,7 @@
 | 
			
		||||
package com.cleverthis.interview;
 | 
			
		||||
 | 
			
		||||
import java.util.Arrays;
 | 
			
		||||
import java.util.Collection;
 | 
			
		||||
import java.util.Collections;
 | 
			
		||||
import java.util.List;
 | 
			
		||||
import java.util.stream.Stream;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,6 @@
 | 
			
		||||
package com.cleverthis.interview;
 | 
			
		||||
 | 
			
		||||
import java.util.Iterator;
 | 
			
		||||
import java.util.TreeSet;
 | 
			
		||||
import org.apache.commons.text.similarity.LevenshteinDistance;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * This is a write-aware brute solver implementation that uses the levenshtein distance to sort passcode permutations
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,5 @@
 | 
			
		||||
package com.cleverthis.interview;
 | 
			
		||||
 | 
			
		||||
import com.cleverthis.interview.padlock.PadlockImpl;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Performance test but not mean to run in unit test.
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,5 @@
 | 
			
		||||
package com.cleverthis.interview;
 | 
			
		||||
 | 
			
		||||
import com.cleverthis.interview.padlock.PadlockImpl;
 | 
			
		||||
import org.junit.jupiter.api.Test;
 | 
			
		||||
 | 
			
		||||
import static org.junit.jupiter.api.Assertions.assertTrue;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user