Skip to content

Commit d393a95

Browse files
committed
Add missing opens declaration for io.results package.
1 parent 4beab57 commit d393a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
opens boundingboxeditor.model to javafx.base, com.google.gson;
1414
opens boundingboxeditor.model.data to javafx.base, com.google.gson;
1515
opens boundingboxeditor.model.io to javafx.base, com.google.gson;
16+
opens boundingboxeditor.model.io.results to javafx.base, com.google.gson;
1617
exports boundingboxeditor to javafx.graphics;
1718
}

0 commit comments

Comments
 (0)