Mistyping correction (#11242)
Resolves #11288 Co-authored-by: m.balashov <m.balashov@crpt.ru>
This commit is contained in:
parent
6bf9080d8d
commit
3b4d87ddcd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public interface HostnameProvider extends Provider {
|
||||||
* Returns the URL scheme. If not implemented will delegate to {@link #getScheme(UriInfo)}.
|
* Returns the URL scheme. If not implemented will delegate to {@link #getScheme(UriInfo)}.
|
||||||
*
|
*
|
||||||
* @param originalUriInfo the original URI
|
* @param originalUriInfo the original URI
|
||||||
* @param uype type of the request
|
* @param type type of the request
|
||||||
* @return the schema
|
* @return the schema
|
||||||
*/
|
*/
|
||||||
default String getScheme(UriInfo originalUriInfo, UrlType type) {
|
default String getScheme(UriInfo originalUriInfo, UrlType type) {
|
||||||
|
|
Loading…
Reference in a new issue