We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df49f59 commit a1a4ce3Copy full SHA for a1a4ce3
src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java
@@ -144,7 +144,7 @@ private boolean isModuleDescriptor( String path )
144
145
// the path is a module descriptor if it located
146
// into the root of the archive or into the
147
- // version are of a multi-release JAR file
+ // version area of a multi-release JAR file
148
return prefix.isEmpty() ||
149
MRJAR_VERSION_AREA.matcher( prefix ).matches();
150
}
0 commit comments