Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TehLeo committed May 17, 2019
1 parent 47fb408 commit f459834
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions junioncompile/src/theleo/jstruct/plugin/ecj/Translator.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@
*/
package theleo.jstruct.plugin.ecj;

import com.sun.source.tree.MethodInvocationTree;
import java.util.ArrayList;
import java.util.BitSet;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import org.eclipse.jdt.core.dom.*;
import theleo.jstruct.plugin.Log;
import theleo.jstruct.plugin.ecj.StructCache.*;
import static theleo.jstruct.plugin.ecj.StructCache.padding;

Expand Down

0 comments on commit f459834

Please sign in to comment.