Skip to content

Commit 31feba7

Browse files
committed
Fixing issue detected by bugBot
1 parent 95ee0e2 commit 31feba7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/spring-boot-demo/implementation/src/main/java/info/jab/ms/controller/FilmControllerApi.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public interface FilmControllerApi {
3333
* Retrieves films from the Sakila database, optionally filtered by starting letter.
3434
*
3535
* @param startsWith Optional parameter to filter films by starting letter (single character A-Z)
36-
* @param request HttpServletRequest for building error responses
3736
* @return JSON response containing films array, count, and filter information or error response
3837
*/
3938
@Operation(

0 commit comments

Comments
 (0)