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 8f605d8dc5ce9a6c7fd82bdd70299d36ba56b3a8..5659bfdb4fcc05eeca0d3e0d48f12ff61785ac1a 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) {