Skip to content

Commit

Permalink
import order changed for QuliceTask.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy.Alevohin committed Jan 21, 2015
1 parent 3fedb06 commit 34f7614
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions qulice-ant/src/main/java/com/qulice/ant/QuliceTask.java
Expand Up @@ -38,12 +38,13 @@
import com.qulice.spi.ValidationException;
import com.qulice.spi.Validator;
import com.qulice.xml.XmlValidator;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.types.Path;
import java.io.File;
import java.util.LinkedHashSet;
import java.util.Set;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;
import org.apache.tools.ant.types.Path;


/**
* Ant Task for Qulice.
Expand Down

0 comments on commit 34f7614

Please sign in to comment.