Skip to content

Commit 93b5025

Browse files
committed
Add missing opens
1 parent ef6be93 commit 93b5025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

decima-model/src/main/java/module-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
exports com.shade.decima.model.rtti.objects;
1818
exports com.shade.decima.model.rtti.path;
1919
exports com.shade.decima.model.rtti.registry;
20+
exports com.shade.decima.model.rtti.types.base;
2021
exports com.shade.decima.model.rtti.types.ds;
2122
exports com.shade.decima.model.rtti.types.hzd;
2223
exports com.shade.decima.model.rtti.types.java;
@@ -51,4 +52,4 @@
5152
provides com.shade.decima.model.util.hash.spi.Hasher with
5253
com.shade.decima.model.util.hash.CRC32C.Provider,
5354
com.shade.decima.model.util.hash.MurmurHash3.Provider;
54-
}
55+
}

0 commit comments

Comments
 (0)