Skip to content

Commit

Permalink
Fix wrong class name in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-ferry-sonarsource committed Sep 28, 2023
1 parent 1b7c68a commit 470d5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S4684/java/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class WishListController {
public class PurchaseOrderController {
@RequestMapping(path = "/saveForLater", method = RequestMethod.POST)
public String saveForLater(Wish wish) { // Noncompliant
Expand Down

0 comments on commit 470d5a8

Please sign in to comment.