NO-JIRA: Fix java docs
diff --git a/client/src/test/java/org/apache/qpid/test/utils/PortHelper.java b/client/src/test/java/org/apache/qpid/test/utils/PortHelper.java
index 68c6026..64a8314 100644
--- a/client/src/test/java/org/apache/qpid/test/utils/PortHelper.java
+++ b/client/src/test/java/org/apache/qpid/test/utils/PortHelper.java
@@ -49,6 +49,7 @@
      * Gets the next available port starting from given point.
      *
      * @param fromPort the port to scan for availability
+     * @return port number
      * @throws java.util.NoSuchElementException if there are no ports available
      */
     public int getNextAvailable(int fromPort)
@@ -74,7 +75,7 @@
     /**
      * Gets the next available port that is higher than all other port numbers issued
      * thus far.  If no port numbers have been issued, a default is used.
-     *
+     * @return port number
      * @throws java.util.NoSuchElementException if there are no ports available
      */
     public int getNextAvailable()