Skip to content

Commit 8b73890

Browse files
committed
Polish "Fix imports and annotations in JUnit5BadModifier"
See gh-176
1 parent ef2c527 commit 8b73890

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-javaformat/spring-javaformat-checkstyle/src/test/resources/source/JUnit5BadModifier.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2019 the original author or authors.
2+
* Copyright 2017-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,11 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
import org.junit.jupiter.api.Test;
18-
import org.junit.jupiter.api.BeforeAll;
19-
import org.junit.jupiter.api.BeforeEach;
2017
import org.junit.jupiter.api.AfterAll;
2118
import org.junit.jupiter.api.AfterEach;
19+
import org.junit.jupiter.api.BeforeAll;
20+
import org.junit.jupiter.api.BeforeEach;
21+
import org.junit.jupiter.api.Test;
2222
import org.junit.jupiter.api.TestTemplate;
2323

2424
/**

0 commit comments

Comments
 (0)