Skip to content

Commit

Permalink
Fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Jul 28, 2018
1 parent 389d165 commit 2674209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/omnifaces/util/Faces.java
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ public static String getRemoteAddr() {
* <p>
* This is also available in EL as <code>#{faces.userAgent}</code>.
* @return The User-Agent string of the client.
* @see HttpServletRequest#getHeader(String).
* @see HttpServletRequest#getHeader(String)
* @since 3.2
*/
public static String getUserAgent() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/omnifaces/util/Servlets.java
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public static String getRemoteAddr(HttpServletRequest request) {
* Returns the User-Agent string of the client.
* @param request The involved HTTP servlet request.
* @return The User-Agent string of the client.
* @see HttpServletRequest#getHeader(String).
* @see HttpServletRequest#getHeader(String)
* @since 3.2
*/
public static String getUserAgent(HttpServletRequest request) {
Expand Down

0 comments on commit 2674209

Please sign in to comment.