Skip to content

Commit 9697089

Browse files
committed
Do not export scijava-ops-ext-parser API
It can still be run as a standalone tool from the command line or IDE, even without exporting the package.
1 parent 31353d6 commit 9697089

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scijava-ops-ext-parser/src/main/java/module-info.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
*/
2929

3030
module org.scijava.ops.parser {
31-
exports org.scijava.ops.parser;
32-
3331
requires java.compiler;
3432
requires org.yaml.snakeyaml;
3533
requires com.google.common;

0 commit comments

Comments
 (0)