BATCH-63: added abstract keyword

This commit is contained in:
trisberg
2008-11-06 20:51:30 +00:00
parent a5107fb223
commit a21f0a285f

View File

@@ -1,6 +1,6 @@
package org.springframework.batch.core.configuration.xml;
public class AbstractTestComponent {
public abstract class AbstractTestComponent {
protected boolean executed = false;