diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-07-06 13:41:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-06 13:41:22 +0000 |
commit | dcf8f703fdd07161c86231ecc4af0f25872a45f4 (patch) | |
tree | 7bc43c788aa453c73f43fe601fd4747de348b27e /core/core-infrastructure | |
parent | 000291ee3624776e193411ef21c119e671be7011 (diff) | |
parent | af869409b81ad399b4733a1b7b0d5c662fbfa73d (diff) |
Merge "Fix Javadoc errors"
Diffstat (limited to 'core/core-infrastructure')
-rw-r--r-- | core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java | 4 |
1 files changed, 2 insertions, 2 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 44b3c7fab..fb79d9270 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 @@ -100,9 +100,9 @@ public final class MessagingUtils { } /** - * Check if port is available or not + * Check if port is available or not. * - * @param port + * @param port the port to test * @return true if port is available */ public static boolean isPortAvailable(final int port) { |