Skip to content

Commit

Permalink
fix quality violations
Browse files Browse the repository at this point in the history
  • Loading branch information
uchitsa committed Dec 6, 2024
1 parent 2326286 commit 0c321cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/com/jcabi/http/mock/MkGrizzlyAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ final class MkGrizzlyAdapter extends HttpHandler {
@Override
@SuppressWarnings
(
{
"PMD.AvoidCatchingThrowable",
"PMD.AvoidInstantiatingObjectsInLoops",
"rawtypes"
}
{
"PMD.AvoidCatchingThrowable",
"PMD.AvoidInstantiatingObjectsInLoops",
"rawtypes"
}
)
public void service(
final Request request,
Expand Down

0 comments on commit 0c321cc

Please sign in to comment.