Skip to content

Commit

Permalink
Change back to java.inject as module name, same as used for automatic…
Browse files Browse the repository at this point in the history
… module name

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Oct 17, 2021
1 parent c0e2d97 commit ad9ef69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java9/module-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module javax.inject {
module java.inject {
exports javax.inject;
}

0 comments on commit ad9ef69

Please sign in to comment.