Skip to content

Commit

Permalink
APPNG-2442 Fixed docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
dheuvels committed Jul 14, 2022
1 parent da98e8d commit 4724db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appng-api/src/main/java/org/appng/api/RequestUtil.java
Expand Up @@ -77,7 +77,8 @@ public static Site getSite(Environment env, ServletRequest servletRequest) {
*
* @return the {@link Site} or null if no site matches
*
* @see Site#getHostNames()
* @see Site#getHost()
* @see Site#getHostAliases()
*
*/
public static Site getSiteByHost(Environment env, String host) {
Expand Down

0 comments on commit 4724db6

Please sign in to comment.