Skip to content

Commit ecb2b7d

Browse files
committed
Make attribute final
1 parent efd39e4 commit ecb2b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/maxmind/db/Networks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public boolean hasNext() {
145145

146146
static class NetworkNode {
147147
/** The IP address of the node. */
148-
public byte[] ip;
148+
public final byte[] ip;
149149
/** The prefix of the node. */
150150
public int prefix;
151151
/** The node number. */

0 commit comments

Comments
 (0)