No effective change - typo in javadoc

This commit is contained in:
Robin Bygrave
2016-08-02 11:10:19 +12:00
parent e2ee6e8e98
commit 48edf64013
@@ -146,7 +146,7 @@ public final class BatchControl {
/**
* Entity Bean insert, update or delete. This will either execute the request
* immediately or queue it for batch processing later. The queue is flushed
* immediately or queue it for batch processing later. The queue is flushedIntercept
* according to the depth (object graph depth).
*/
public int executeOrQueue(PersistRequestBean<?> request, boolean batch) {