Skip to content

Commit 53f56e7

Browse files
committed
Add annotation
1 parent 8242cbc commit 53f56e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/main/java/com/mattbertolini/spring/web/bind/docs/ExampleService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package com.mattbertolini.spring.web.bind.docs;
1818

1919
public class ExampleService {
20+
@SuppressWarnings("unused")
2021
public String doSomethingWith(CustomRequestBean customRequestBean) {
2122
return "";
2223
}

0 commit comments

Comments
 (0)