Skip to content

Commit 797a5f0

Browse files
committed
#5 Use the Java 9 API to parse module descriptors
1 parent 544d538 commit 797a5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexus-java/src/main/java9/org/codehaus/plexus/languages/java/jpms/BinaryModuleInfoParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
import org.codehaus.plexus.languages.java.jpms.JavaModuleDescriptor.Builder;
2929

30-
class BinaryModuleInfoParser extends BaseBinaryModuleInfoParser
30+
class BinaryModuleInfoParser extends AbstractBinaryModuleInfoParser
3131
{
3232
@Override
3333
JavaModuleDescriptor parse( InputStream in ) throws IOException

0 commit comments

Comments
 (0)