Fix typo in JavaDoc for UrlPathHelper.setUrlDecode()

Closes gh22768
This commit is contained in:
ladislav-bozek 2019-04-08 17:37:59 +02:00 committed by Sam Brannen
parent b115789fd3
commit 4d17eb4f0e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class UrlPathHelper {
* <p>By default this is set to {@literal true}.
* <p><strong>Note:</strong> Be aware the servlet path will not match when
* compared to encoded paths. Therefore use of {@code urlDecode=false} is
* not compatible with a prefix-based Servlet mappping and likewise implies
* not compatible with a prefix-based Servlet mapping and likewise implies
* also setting {@code alwaysUseFullPath=true}.
* @see #getServletPath
* @see #getContextPath