rename getBaseURL() to getURL()

This commit is contained in:
Jörg Prante 2024-02-21 21:08:17 +01:00
parent d6ac3e267d
commit 9e30dd2e1c
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
group = org.xbib
name = net
version = 4.1.0
version = 4.2.0

View file

@ -11,7 +11,7 @@ public interface Request {
InetSocketAddress getRemoteAddress();
URL getBaseURL();
URL getURL();
ByteBuffer getBody();