Skip to content

Commit a4c8052

Browse files
committed
drop useless maxSize on QueryServerEvent
1 parent 20d4c05 commit a4c8052

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/org/spongepowered/api/event/server/query/QueryServerEvent.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,6 @@ interface Basic extends QueryServerEvent {
155155
*/
156156
void setAddress(InetSocketAddress address);
157157

158-
/**
159-
* Gets the maximum size of the data to respond with.
160-
*
161-
* <p>If the size of the data is greater than the returned value,
162-
* it will be automatically truncated.
163-
*
164-
* @return The maximum size of the data to respond with
165-
*/
166-
int maxSize();
167158
}
168159

169160
interface Full extends Basic {

0 commit comments

Comments
 (0)