Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/705#discussion_r30821430 --- Diff: flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java --- @@ -30,20 +30,20 @@ import org.junit.Test; public class ClassLoaderITCase { - + private static final String INPUT_SPLITS_PROG_JAR_FILE = "target/customsplit-test-jar.jar"; private static final String STREAMING_PROG_JAR_FILE = "target/streamingclassloader-test-jar.jar"; private static final String KMEANS_JAR_PATH = "target/kmeans-test-jar.jar"; - + @Test public void testJobWithCustomInputFormat() { try { Configuration config = new Configuration(); config.setInteger(ConfigConstants.LOCAL_INSTANCE_MANAGER_NUMBER_TASK_MANAGER, 2); config.setInteger(ConfigConstants.TASK_MANAGER_NUM_TASK_SLOTS, 2); - --- End diff -- I know. I couldn't find the option to disable this in Intellij (clears white-space only lines).
--- 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. ---