Skip to content

Commit d2c9513

Browse files
authored
Minor change to module-info.java: use "open module" (#280)
1 parent e2f49df commit d2c9513

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/moditect/module-info.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// Generated 08-Mar-2019 using Moditect maven plugin
2-
module com.fasterxml.jackson.annotation {
2+
open module com.fasterxml.jackson.annotation {
33
exports com.fasterxml.jackson.annotation;
4-
// 08-Mar-2019, tatu: may or may not be necessary but let's just
5-
// fully open to allow introspection
6-
opens com.fasterxml.jackson.annotation;
74
}

0 commit comments

Comments
 (0)