Skip to content

Commit cfe7813

Browse files
Fix javadocs
1 parent 4f7af5a commit cfe7813

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/AbstractMojoTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* TODO: create a standard directory structure for picking up POMs to make this even easier, we really just need a testing
9090
* descriptor and make this entirely declarative!
9191
*
92-
* @deprected As of version 3.4.0, it is advised to work with JUnit5 tests which do not
92+
* @deprecated As of version 3.4.0, it is advised to work with JUnit5 tests which do not
9393
* use this class but {@link MojoTest}
9494
* instead.
9595
*

maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/MojoLogWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* @author jdcasey
2828
*
29-
* @deprected As of version 3.4.0, it is advised to work with JUnit5 tests which do not
29+
* @deprecated As of version 3.4.0, it is advised to work with JUnit5 tests which do not
3030
* use this class but {@link javax.inject.Inject} to inject a Log instance
3131
* instead.
3232
*

maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/MojoParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Static helpers to create and manipulate mojo execution configuration parameters
2525
*
26-
* @deprected As of version 3.4.0, it is advised to work with JUnit5 tests which do not
26+
* @deprecated As of version 3.4.0, it is advised to work with JUnit5 tests which do not
2727
* use this class but {@link org.apache.maven.api.plugin.testing.MojoParameters}
2828
* instead.
2929
*

maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/MojoRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* exhibited as {@code public} in the rule. You may annotate single tests methods with
5454
* {@link WithoutMojo} to prevent the rule from firing.
5555
*
56-
* @deprected As of version 3.4.0, it is advised to work with JUnit5 tests which do not
56+
* @deprecated As of version 3.4.0, it is advised to work with JUnit5 tests which do not
5757
* use rules but extensions {@link MojoExtension}
5858
* instead.
5959
*

maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ResolverExpressionEvaluatorStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* Stub for {@link ExpressionEvaluator}
3131
*
3232
* @author jesse
33-
* @deprected This stub is for deprecated JUnit 4 style tests.
33+
* @deprecated This stub is for deprecated JUnit 4 style tests.
3434
* For JUnit Jupiter tests you have to use {@link org.apache.maven.api.plugin.testing.ResolverExpressionEvaluatorStub}.
3535
*/
3636
@Deprecated

maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/WithoutMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* An annotation for test methods that do not require the {@link MojoRule} to create and tear down the instance.
3333
*
34-
* @deprected As of version 3.4.0, it is advised to work with JUnit5 tests which do not
34+
* @deprecated As of version 3.4.0, it is advised to work with JUnit5 tests which do not
3535
* use rules but extensions {@link MojoExtension}
3636
* instead.
3737
*

maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/resources/TestResources.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* Junit4 test {@link Rule} to extract and assert test resources.
3737
*
38-
* @deprected As of version 3.4.0, it is advised to work with JUnit5 tests which do not
38+
* @deprecated As of version 3.4.0, it is advised to work with JUnit5 tests which do not
3939
* use rules but extensions {@link MojoExtension}
4040
* instead.
4141
*

0 commit comments

Comments
 (0)