Fix comment
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/dcaf38bb Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/dcaf38bb Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/dcaf38bb Branch: refs/heads/master Commit: dcaf38bb9d2a516be392ba04f201dd68c083bdf3 Parents: 9e5cafa Author: Jörn Horstmann <g...@jhorstmann.net> Authored: Thu Dec 25 21:17:02 2014 +0100 Committer: Jörn Horstmann <g...@jhorstmann.net> Committed: Thu Dec 25 21:17:02 2014 +0100 ---------------------------------------------------------------------- .../apache/maven/surefire/its/TestMultipleMethodPatternsIT.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/dcaf38bb/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 1e4e039..a3b00ea 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 @@ -25,9 +25,7 @@ import org.junit.Test; /** - * Test project using -Dtest=mtClass#myMethod+myMethod2,secondClass#testMethod - * - * @author <a href="mailto:ytso...@gmail.com">rainLee</a> + * Test project using multiple method patterns, including wildcards in class and method names. */ public class TestMultipleMethodPatternsIT extends SurefireJUnit4IntegrationTestCase