khmarbaise closed pull request #3: Fix test class name. URL: https://github.com/apache/maven-jlink-plugin/pull/3
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/src/test/java/org/apache/maven/plugins/jlink/AbsractJLinkMojoTest.java b/src/test/java/org/apache/maven/plugins/jlink/AbstractJLinkMojoTest.java similarity index 99% rename from src/test/java/org/apache/maven/plugins/jlink/AbsractJLinkMojoTest.java rename to src/test/java/org/apache/maven/plugins/jlink/AbstractJLinkMojoTest.java index 754bdfe..85dd34c 100644 --- a/src/test/java/org/apache/maven/plugins/jlink/AbsractJLinkMojoTest.java +++ b/src/test/java/org/apache/maven/plugins/jlink/AbstractJLinkMojoTest.java @@ -35,7 +35,7 @@ /** * @author Karl Heinz Marbaise <a href="mailto:khmarba...@apache.org">khmarba...@apache.org</a> */ -public class AbsractJLinkMojoTest +public class AbstractJLinkMojoTest { private AbstractJLinkMojo mojoMock; ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services