Fix typo in Javadocs

This commit is contained in:
Dave Syer
2011-01-28 13:50:00 +00:00
parent d24772f01f
commit 260da23ef6

View File

@@ -37,7 +37,7 @@ import org.springframework.util.Assert;
* JDBC DAO for {@link ExecutionContext}.
*
* Stores execution context data related to both Step and Job using
* discriminator column to distinguish between the two.
* a different table for each.
*
* @author Lucas Ward
* @author Robert Kasanicky