We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312b9f4 commit e9242a2Copy full SHA for e9242a2
src/main/java/com/maxmind/geoip2/model/AnonymousPlusResponse.java
@@ -135,16 +135,6 @@ public AnonymousPlusResponse(
135
);
136
}
137
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
-
148
/**
149
* @return The network associated with the record. In particular, this is
150
* the largest network where all the fields besides IP address have the
0 commit comments