Move license comment above imports
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/9e5cafa3 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/9e5cafa3 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/9e5cafa3 Branch: refs/heads/master Commit: 9e5cafa349c377b1c0a9d491e8bc7a8ec6170eaf Parents: 1a0cb37 Author: Jörn Horstmann <g...@jhorstmann.net> Authored: Wed Dec 24 12:13:59 2014 +0100 Committer: Jörn Horstmann <g...@jhorstmann.net> Committed: Wed Dec 24 12:13:59 2014 +0100 ---------------------------------------------------------------------- .../maven/surefire/its/TestMultipleMethodPatternsIT.java | 7 ++++--- .../org/apache/maven/surefire/its/TestMultipleMethodsIT.java | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9e5cafa3/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodPatternsIT.java ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodPatternsIT.java b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodPatternsIT.java index 655610f..1e4e039 100644 --- a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodPatternsIT.java +++ b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodPatternsIT.java @@ -1,8 +1,5 @@ package org.apache.maven.surefire.its; -import org.apache.maven.surefire.its.fixture.OutputValidator; -import org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase; -import org.junit.Test; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -22,6 +19,10 @@ import org.junit.Test; * under the License. */ +import org.apache.maven.surefire.its.fixture.OutputValidator; +import org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase; +import org.junit.Test; + /** * Test project using -Dtest=mtClass#myMethod+myMethod2,secondClass#testMethod http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9e5cafa3/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodsIT.java ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodsIT.java b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodsIT.java index efbb965..4b7dc35 100644 --- a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodsIT.java +++ b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/TestMultipleMethodsIT.java @@ -1,8 +1,5 @@ package org.apache.maven.surefire.its; -import org.apache.maven.surefire.its.fixture.OutputValidator; -import org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase; -import org.junit.Test; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file @@ -22,6 +19,10 @@ import org.junit.Test; * under the License. */ +import org.apache.maven.surefire.its.fixture.OutputValidator; +import org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase; +import org.junit.Test; + /** * Test project using -Dtest=mtClass#myMethod+myMethod2,secondClass#testMethod