File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/java/com/maxmind/db Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 342342 <module name =" JavadocType" />
343343 <module name =" JavadocVariable" >
344344 <property name =" tokens" value =" VARIABLE_DEF" />
345- <property name =" scope " value =" public" />
345+ <property name =" accessModifiers " value =" public" />
346346 </module >
347347 <module name =" MissingJavadocType" >
348348 <property name =" scope" value =" protected" />
383383 <property name =" influenceFormat" value =" 1" />
384384 </module >
385385 </module >
386- </module >
386+ </module >
Original file line number Diff line number Diff line change @@ -168,8 +168,11 @@ public boolean hasNext() {
168168 }
169169
170170 static class NetworkNode {
171+ /** The IP address of the node. */
171172 public byte [] ip ;
173+ /** The prefix of the node. */
172174 public int prefix ;
175+ /** The node number. */
173176 public int pointer ;
174177
175178 /**
You can’t perform that action at this time.
0 commit comments