Spelling error in comment

This commit is contained in:
dsyer
2007-12-18 17:48:28 +00:00
parent e8d56a800d
commit 9405d078f9

View File

@@ -23,7 +23,7 @@ public class ExceptionRestartableTaskletTests extends TestCase {
public void testProcess() throws Exception {
//create mock item processor wich will be called by module.process() method
//create mock item processor which will be called by module.process() method
MockControl processorControl = MockControl.createControl(ItemProcessor.class);
ItemProcessor itemProcessor = (ItemProcessor)processorControl.getMock();