Fixed annoying capitalization issue.

This commit is contained in:
MattBDev 2021-05-11 20:24:52 -04:00
parent 6f2e4c0cf3
commit 46fae22de4

View File

@ -18,7 +18,7 @@ public interface IBatchProcessorHolder extends IBatchProcessor {
IBatchProcessor getPostProcessor();
/**
* set the held processor
* Set the held processor
* @param set
*/
void setProcessor(IBatchProcessor set);