From 91c47d173ef9dae036c8b22ff3584ee27a7df97c Mon Sep 17 00:00:00 2001 From: Anukalp Date: Fri, 22 May 2026 22:43:49 +0530 Subject: [PATCH] Fix Javadoc parameter description --- .../apache/maven/internal/impl/DefaultProjectManagerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultProjectManagerTest.java b/impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultProjectManagerTest.java index 48e87f7cda65..7b8ee0c8b664 100644 --- a/impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultProjectManagerTest.java +++ b/impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultProjectManagerTest.java @@ -102,9 +102,9 @@ void attachArtifact() { /** * Verifies that {@code projectManager.attachArtifact(…)} throws an exception, - * and that the expecption message contains the expected and actual GAV. + * and that the exception message contains the expected and actual GAV. * - * @param expectedGAV the actual GAV that the exception message should contain + * @param expectedGAV the expected GAV that the exception message should contain * @param actualGAV the actual GAV that the exception message should contain */ private void assertExceptionMessageContains(String expectedGAV, String actualGAV) {