Skip to content

Commit

Permalink
Fix typo (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex authored Jul 10, 2024
1 parent 7f6f030 commit 605d8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/jakarta-ee-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ recipeList:
methodPattern: jakarta.servlet.http.HttpServletResponse encodeRedirectUrl(String)
newMethodName: encodeRedirectURL
- org.openrewrite.java.ChangeMethodName:
methodPattern: jakarta.servlet.http.HttpServletResponseWrapper encodeRedirectUrl(String)"
methodPattern: jakarta.servlet.http.HttpServletResponseWrapper encodeRedirectUrl(String)
newMethodName: encodeRedirectURL
- org.openrewrite.java.ChangeMethodName:
methodPattern: jakarta.servlet.http.HttpSession getValue(String)
Expand Down

0 comments on commit 605d8c8

Please sign in to comment.