No effective change - code cleanup - duplicate throws

This commit is contained in:
Robin Bygrave
2015-07-31 14:08:12 +12:00
parent 831d2a6179
commit 92c298b848
@@ -290,7 +290,7 @@ public interface Transaction extends Closeable {
* <li>Transaction commit occurs</li>
* </ul>
*/
void flushBatch() throws PersistenceException, OptimisticLockException;
void flushBatch() throws PersistenceException;
/**
* Return the underlying Connection object.