File tree Expand file tree Collapse file tree
src/main/java/com/maxmind/geoip2/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 328328 </newVersion >
329329 <parameter >
330330 <accessModifier >public</accessModifier >
331- <breakBuildBasedOnSemanticVersioning >true</breakBuildBasedOnSemanticVersioning >
331+ <breakBuildOnBinaryIncompatibleModifications >true</breakBuildOnBinaryIncompatibleModifications >
332332 <onlyBinaryIncompatible >false</onlyBinaryIncompatible >
333333 <onlyModified >true</onlyModified >
334334 </parameter >
Original file line number Diff line number Diff line change @@ -135,16 +135,6 @@ public AnonymousPlusResponse(
135135 );
136136 }
137137
138- /**
139- * @return The IP address that the data in the model is for.
140- * @deprecated Use {@link #ipAddress()} instead. This method will be removed in 6.0.0.
141- */
142- @ Deprecated (since = "5.0.0" , forRemoval = true )
143- @ JsonProperty ("ip_address" )
144- public String getIpAddress () {
145- return ipAddress ().getHostAddress ();
146- }
147-
148138 /**
149139 * @return The network associated with the record. In particular, this is
150140 * the largest network where all the fields besides IP address have the
You can’t perform that action at this time.
0 commit comments