Skip to content

Commit

Permalink
Delete unnecessary @SuppressWarnings declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Mar 2, 2021
1 parent e89cc99 commit 7efb4ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public void setRemoveSemicolonContent(boolean removeSemicolonContent) {
* <p><strong>Note:</strong> This property is mutually exclusive with and
* ignored when {@link #setPatternParser(PathPatternParser)} is set.
*/
@SuppressWarnings("deprecation")
public void setUrlPathHelper(UrlPathHelper urlPathHelper) {
Assert.notNull(urlPathHelper, "UrlPathHelper must not be null");
this.urlPathHelper = urlPathHelper;
Expand Down

0 comments on commit 7efb4ea

Please sign in to comment.