Skip to content

Commit a21f0a2

Browse files
author
trisberg
committed
BATCH-63: added abstract keyword
1 parent a5107fb commit a21f0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-core/src/test/java/org/springframework/batch/core/configuration/xml/AbstractTestComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package org.springframework.batch.core.configuration.xml;
22

3-
public class AbstractTestComponent {
3+
public abstract class AbstractTestComponent {
44

55
protected boolean executed = false;
66

0 commit comments

Comments
 (0)