Skip to content

Commit

Permalink
Remove unecessary modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
zechmeister committed Nov 6, 2024
1 parent 2d3859f commit 3b7fe8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/main/resources/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
____________________ __ ___ _________________________________________________
___ ____/__ __ \_ | / / __ | / /__ __ \__ |__ __ \__ __ \__ ____/__ __ \
__ __/ __ /_/ /_ | / /________ | /| / /__ /_/ /_ /| |_ /_/ /_ /_/ /_ __/ __ /_/ /
_ /___ _ _, _/__ |/ /_/_____/_ |/ |/ / _ _, _/_ ___ | ____/_ ____/_ /___ _ _, _/
/_____/ /_/ |_| _____/ ____/|__/ /_/ |_| /_/ |_/_/ /_/ /_____/ /_/ |_|
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.springframework.test.context.junit.jupiter.SpringExtension;

@ExtendWith(SpringExtension.class)
public class CallbackVerificationFilterTest {
class CallbackVerificationFilterTest {

private CallbackVerificationFilter filter;
private MockHttpServletRequest request;
Expand Down

0 comments on commit 3b7fe8b

Please sign in to comment.