Fix Javadoc errors spotted by @delvh

This commit is contained in:
2020-09-27 12:06:01 +02:00
parent 5daff3620e
commit ede50ed3e5
2 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,7 @@ public final class ObjectWriteProxy {
}
/**
* Sends an object to all contact in a set that are online.
* Sends an object to all contacts in a set that are online.
*
* @param contacts the contacts to send the object to
* @param message the object to send
@ -70,7 +70,7 @@ public final class ObjectWriteProxy {
public void writeToOnlineContacts(Set<? extends Contact> contacts, Object message) { writeToOnlineContacts(contacts.stream(), message); }
/**
* Sends an object to all contact in a set that are online.
* Sends an object to all contacts in a set that are online.
*
* @param contacts the contacts to send the object to
* @param message the object to send