Skip to content

Commit 3c61e26

Browse files
committed
Disable terminal digit warning
I think it would be more confusing to have this module not match the package name.
1 parent 0a5e25c commit 3c61e26

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
@@ -1,3 +1,4 @@
1+
@SuppressWarnings("module") // suppress terminal digit warning
12
module com.maxmind.geoip2 {
23
requires com.fasterxml.jackson.annotation;
34
requires com.fasterxml.jackson.databind;

0 commit comments

Comments
 (0)