Skip to content

Commit 0cd8f87

Browse files
committed
use unnamed variable for ignored exception
1 parent d47e10b commit 0cd8f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/it/aboutbits/springboot/toolbox/swagger/customization/nested_structure/NestedStructuresCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void customise(OpenAPI openApi) {
2727
true
2828
));
2929
}
30-
} catch (ClassNotFoundException ignored) {
30+
} catch (ClassNotFoundException _) {
3131
// do nothing
3232
}
3333
}

0 commit comments

Comments
 (0)