mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Enable SpringJUnit5 Checkstyle rule
See gh-36496 Closes gh-36496
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class AbstractMarshallerTests<M extends Marshaller> {
|
||||
protected Object flights;
|
||||
|
||||
@BeforeEach
|
||||
public final void setUp() throws Exception {
|
||||
final void setUp() throws Exception {
|
||||
marshaller = createMarshaller();
|
||||
flights = createFlights();
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ public abstract class AbstractUnmarshallerTests<U extends Unmarshaller> {
|
||||
"<tns:flight><tns:number>42</tns:number></tns:flight></tns:flights>";
|
||||
|
||||
@BeforeEach
|
||||
public final void setUp() throws Exception {
|
||||
final void setUp() throws Exception {
|
||||
unmarshaller = createUnmarshaller();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user