118119120121122123124125126127128
try { step.afterPropertiesSet(); } catch (Exception e) { throw new StepBuilderException(e); } return step; }
109110111112113114115116117118119
919293949596979899100101
858687888990919293
super.enhance(job); try { job.afterPropertiesSet(); } catch (Exception e) { throw new StepBuilderException(e); } return job; }
110111112113114115116117118119120