mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Cleaned up some javadocs.
This commit is contained in:
@@ -2,7 +2,7 @@ package org.briarproject.api.sync;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
/** A packet acknowledging receipt of one or more {@link Message}s. */
|
||||
/** A packet acknowledging receipt of one or more {@link Message Messages}. */
|
||||
public class Ack {
|
||||
|
||||
private final Collection<MessageId> acked;
|
||||
|
||||
Reference in New Issue
Block a user