Skip to content

Commit

Permalink
[java] And more javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 28, 2019
1 parent 3a221e3 commit f8ce3f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ public RequestPattern(String urlPattern,
}

/**
* Wildcards ('*' -> zero or more, '?' -> exactly one) are allowed. Escape character is backslash.
* Wildcards ('*' -> zero or more, '?' -> exactly one) are allowed. Escape character is backslash.
* Omitting is equivalent to "*".
*/
public String getUrlPattern() {
return urlPattern;
}

/**
* Wildcards ('*' -> zero or more, '?' -> exactly one) are allowed. Escape character is backslash.
* Wildcards ('*' -> zero or more, '?' -> exactly one) are allowed. Escape character is backslash.
* Omitting is equivalent to "*".
*/
public void setUrlPattern(String urlPattern) {
Expand Down

0 comments on commit f8ce3f9

Please sign in to comment.