Skip to content

Commit

Permalink
Disable terminal digit warning
Browse files Browse the repository at this point in the history
I think it would be more confusing to have this module not match the
package name.
  • Loading branch information
oschwald committed Dec 12, 2022
1 parent 0a5e25c commit 3c61e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@SuppressWarnings("module") // suppress terminal digit warning
module com.maxmind.geoip2 {
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.databind;
Expand Down

0 comments on commit 3c61e26

Please sign in to comment.