Mistyping correction (#11242)

Resolves #11288

Co-authored-by: m.balashov <m.balashov@crpt.ru>
This commit is contained in:
Makariy 2022-04-14 15:58:54 +03:00 committed by GitHub
parent 6bf9080d8d
commit 3b4d87ddcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ public interface HostnameProvider extends Provider {
* Returns the URL scheme. If not implemented will delegate to {@link #getScheme(UriInfo)}.
*
* @param originalUriInfo the original URI
* @param uype type of the request
* @param type type of the request
* @return the schema
*/
default String getScheme(UriInfo originalUriInfo, UrlType type) {