Skip to content

Commit

Permalink
fixed checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mokies committed Nov 26, 2017
1 parent 831ef46 commit 605c23d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ public void filter(final ContainerRequestContext requestContext) throws IOExcept
} else {
LOG.warn("No key was provided by the key provide '{}'", keyProvider.getClass());
}
}
catch (Exception e) {
} catch (Exception e) {
LOG.error("Error occurred checking rate-limit. Assuming under limit", e);
}
}
Expand Down

0 comments on commit 605c23d

Please sign in to comment.