More unit tests for DatabaseComponent.

This commit is contained in:
akwizgran
2011-07-26 18:11:57 +01:00
parent bcf8bcbd04
commit 8ba5b46d59
2 changed files with 203 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ public interface DatabaseComponent {
/** Processes an acknowledgement from the given contact. */
void receiveAck(ContactId c, Ack a) throws DbException;
/** Processes a batches of messages from the given contact. */
/** Processes a batch of messages from the given contact. */
void receiveBatch(ContactId c, Batch b) throws DbException;
/**