Skip to content

Commit 7d9f47e

Browse files
Fix spelling error.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5b62bd0 commit 7d9f47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugin/compiler/ModuleInfoPatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ private static boolean mergeBit(final Map<String, Integer> map, final String key
568568
* otherwise the runtime dependencies derived from {@code TEST-MODULE-PaTH} may not be correct.
569569
*
570570
* @param otherModule the other module to patch, or {@code null} or empty if none
571-
* @return patch for the other module, or {@code nuoo} if {@code otherModule} was null or empty
571+
* @return patch for the other module, or {@code null} if {@code otherModule} was null or empty
572572
*/
573573
public ModuleInfoPatch patchWithSameReads(String otherModule) {
574574
if (otherModule == null || otherModule.isBlank()) {

0 commit comments

Comments
 (0)