Skip to content

Commit e9242a2

Browse files
committed
Intentially make a breaking change
1 parent 312b9f4 commit e9242a2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/com/maxmind/geoip2/model/AnonymousPlusResponse.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)