Resolved some TODOs.

This commit is contained in:
dsyer
2008-01-28 16:47:08 +00:00
parent f092cb8a99
commit 8c1210f5da
4 changed files with 2 additions and 10 deletions

View File

@@ -155,8 +155,6 @@ public class BatchResourceFactoryBean extends AbstractFactoryBean implements
String fileName = filePattern;
// TODO consider refactoring to void replacePattern() method and
// collecting variable fileName
fileName = replacePattern(fileName, BATCH_ROOT_PATTERN, rootDirectory);
fileName = replacePattern(fileName, JOB_NAME_PATTERN,
jobName == null ? "job" : jobName);