diff options
Diffstat (limited to 'core/core-infrastructure/src')
-rw-r--r-- | core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java b/core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java index fb79d9270..66edd2f1d 100644 --- a/core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java +++ b/core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java @@ -77,7 +77,7 @@ public final class MessagingUtils { /** * This method searches the availability of the port, if the requested port not available,this * method will increment the port number and check the availability of that port, this process - * will continue until it reaches max port range which is {@link MAX_PORT_RANGE}. + * will continue until it reaches max port range which is MAX_PORT_RANGE. * * @param port the first port to check * @return the port that was found |