Commit 229bee9bc1e1a33185fe19726e442d093e91ff82
1 parent
1b5445d0
Exists in
master
Remove anotação de sobreescrita de método
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/main/java/br/gov/ans/filters/SessionInvalidateFilter.java
@@ -21,7 +21,6 @@ public class SessionInvalidateFilter implements ContainerResponseFilter{ | @@ -21,7 +21,6 @@ public class SessionInvalidateFilter implements ContainerResponseFilter{ | ||
21 | @Inject | 21 | @Inject |
22 | private Logger logger; | 22 | private Logger logger; |
23 | 23 | ||
24 | - @Override | ||
25 | public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) | 24 | public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) |
26 | throws IOException { | 25 | throws IOException { |
27 | try{ | 26 | try{ |