Issue #3167 cleanups from review

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2019-01-15 09:22:15 +11:00
parent 8802aebc1b
commit 39e6bff114
1 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ public class ServletUpgradeRequest
}
/**
* @return The local requested address
* @return The local requested address, which is typically an {@link InetSocketAddress}, but may be another derivation of {@link SocketAddress}
* @see ServletRequest#getLocalAddr()
* @see ServletRequest#getLocalPort()
*/
@ -274,7 +274,7 @@ public class ServletUpgradeRequest
}
/**
* @return The remote request address
* @return The remote request address, which is typically an {@link InetSocketAddress}, but may be another derivation of {@link SocketAddress}
* @see ServletRequest#getRemoteAddr()
* @see ServletRequest#getRemotePort()
*/