Github user chtyim commented on a diff in the pull request:

    https://github.com/apache/twill/pull/1#discussion_r75587121
  
    --- Diff: 
twill-core/src/test/java/org/apache/twill/internal/utils/ApplicationBundlerTest.java
 ---
    @@ -17,27 +17,32 @@
      */
     package org.apache.twill.internal.utils;
     
    -import com.google.common.collect.ImmutableList;
    -import com.google.common.collect.Lists;
    -import com.google.common.io.ByteStreams;
    -import com.google.common.io.Files;
    -import org.apache.twill.filesystem.LocalLocationFactory;
    -import org.apache.twill.filesystem.Location;
    -import org.apache.twill.internal.ApplicationBundler;
    -import org.junit.Assert;
    -import org.junit.Rule;
    -import org.junit.Test;
    -import org.junit.rules.TemporaryFolder;
    -
     import java.io.File;
     import java.io.FileInputStream;
    +import java.io.FileOutputStream;
     import java.io.IOException;
     import java.net.MalformedURLException;
     import java.net.URL;
     import java.net.URLClassLoader;
    +import java.util.ArrayList;
     import java.util.List;
     import java.util.jar.JarEntry;
     import java.util.jar.JarInputStream;
    +import java.util.jar.JarOutputStream;
    +
    +import org.apache.commons.compress.utils.IOUtils;
    --- End diff --
    
    Same here. The profile that we use have all JDK classes come after other 
imports.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to