Skip to content

Commit

Permalink
checkstyle fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <david.k.kral@oracle.com>
  • Loading branch information
Verdent committed Feb 4, 2021
1 parent 515402b commit 72e861c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* Uses {@link Contexts} to propagate headers.
*/
@ConstrainedTo(RuntimeType.SERVER)
class HelidonRequestHeaderFilter implements ContainerRequestFilter{
class HelidonRequestHeaderFilter implements ContainerRequestFilter {

@Override
public void filter(ContainerRequestContext requestContext) {
Expand Down

0 comments on commit 72e861c

Please sign in to comment.