BATCH-283.

Remove final keyword
This commit is contained in:
dsyer
2008-01-14 14:52:33 +00:00
parent 448409a257
commit 8afab082bf

View File

@@ -31,7 +31,7 @@ import org.springframework.util.StringUtils;
* @author Rob Harrop
* @author Dave Syer
*/
public final class FieldSet {
public class FieldSet {
private final static String DEFAULT_DATE_PATTERN = "yyyy-MM-dd";