rename getBaseURL() to getURL()
This commit is contained in:
parent
d6ac3e267d
commit
9e30dd2e1c
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
group = org.xbib
|
||||
name = net
|
||||
version = 4.1.0
|
||||
version = 4.2.0
|
||||
|
|
|
@ -11,7 +11,7 @@ public interface Request {
|
|||
|
||||
InetSocketAddress getRemoteAddress();
|
||||
|
||||
URL getBaseURL();
|
||||
URL getURL();
|
||||
|
||||
ByteBuffer getBody();
|
||||
|
||||
|
|
Loading…
Reference in a new issue