From 2cc362ca7bbeb5fa62e6c7209a0e630c0861e1da Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sat, 4 Aug 2018 14:33:57 +0000
Subject: [PATCH] javadoc fix

---
 .../net/i2p/router/transport/udp/OutboundMessageFragments.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/router/java/src/net/i2p/router/transport/udp/OutboundMessageFragments.java b/router/java/src/net/i2p/router/transport/udp/OutboundMessageFragments.java
index 8f605d8dc5..5659bfdb4f 100644
--- a/router/java/src/net/i2p/router/transport/udp/OutboundMessageFragments.java
+++ b/router/java/src/net/i2p/router/transport/udp/OutboundMessageFragments.java
@@ -211,7 +211,7 @@ class OutboundMessageFragments {
      * There are larger chances of adding the PeerState "behind" where
      * 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
      */
     public void add(PeerState peer, int size) {
-- 
GitLab