javadoc fix

This commit is contained in:
zzz
2018-08-04 14:33:57 +00:00
parent f1df49606d
commit 2cc362ca7b

View File

@ -211,7 +211,7 @@ class OutboundMessageFragments {
* There are larger chances of adding the PeerState "behind" where * There are larger chances of adding the PeerState "behind" where
* the iterator is now... but these issues are the same as before concurrentification. * the iterator is now... but these issues are the same as before concurrentification.
* *
* @param the minimum size we can send, or 0 to always notify * @param size the minimum size we can send, or 0 to always notify
* @since 0.8.9 * @since 0.8.9
*/ */
public void add(PeerState peer, int size) { public void add(PeerState peer, int size) {