I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 2cc362ca authored by zzz's avatar zzz
Browse files

javadoc fix

parent f1df4960
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,7 @@ class OutboundMessageFragments { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment