Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
murraco committed May 29, 2020
1 parent a585e26 commit 5657344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/murraco/security/JwtTokenFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import murraco.exception.CustomException;
import org.springframework.web.filter.OncePerRequestFilter;

//we should use OncePerRequestFilter since we are doing a database call, there is no point in doing this more than once
// We should use OncePerRequestFilter since we are doing a database call, there is no point in doing this more than once
public class JwtTokenFilter extends OncePerRequestFilter {

private JwtTokenProvider jwtTokenProvider;
Expand Down

0 comments on commit 5657344

Please sign in to comment.