File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-javaformat/spring-javaformat-checkstyle/src/test/resources/source Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2017-2019 the original author or authors.
2
+ * Copyright 2017-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
14
14
* limitations under the License.
15
15
*/
16
16
17
- import org .junit .jupiter .api .Test ;
18
- import org .junit .jupiter .api .BeforeAll ;
19
- import org .junit .jupiter .api .BeforeEach ;
20
17
import org .junit .jupiter .api .AfterAll ;
21
18
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 ;
22
22
import org .junit .jupiter .api .TestTemplate ;
23
23
24
24
/**
You can’t perform that action at this time.
0 commit comments