diff options
| author | Robert Gemmell <robbie@apache.org> | 2014-08-08 18:34:14 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2014-08-08 18:34:14 +0000 |
| commit | c266c38b2c2c27a6a0b5ec4fad5e4d8277f03ba0 (patch) | |
| tree | 155e650c5f77bb3b56c93ffc65a75a3b96796bff /qpid/tools/src/java/qpid-qmf2-rest | |
| parent | 9fa2bbbc5dd1d7111f07517db90f82530b0fde91 (diff) | |
| download | qpid-python-c266c38b2c2c27a6a0b5ec4fad5e4d8277f03ba0.tar.gz | |
QPID-5980: tweak javadoc for QMF2 bits to remove errors (but not warnings), allow success when processing with the strict new Java8 tooling
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1616848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/tools/src/java/qpid-qmf2-rest')
| -rw-r--r-- | qpid/tools/src/java/qpid-qmf2-rest/src/main/java/org/apache/qpid/restapi/QpidRestAPI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/tools/src/java/qpid-qmf2-rest/src/main/java/org/apache/qpid/restapi/QpidRestAPI.java b/qpid/tools/src/java/qpid-qmf2-rest/src/main/java/org/apache/qpid/restapi/QpidRestAPI.java index b796c12e98..b7ff7d9cfe 100644 --- a/qpid/tools/src/java/qpid-qmf2-rest/src/main/java/org/apache/qpid/restapi/QpidRestAPI.java +++ b/qpid/tools/src/java/qpid-qmf2-rest/src/main/java/org/apache/qpid/restapi/QpidRestAPI.java @@ -62,7 +62,7 @@ import org.apache.qpid.restapi.httpserver.Delegator; * hostname | ip-address [:<port>] ex: localhost, * 10.1.1.7:10000, broker-host:10000, * guest/guest@localhost - * Default is the host QpidRestAPI runs on & port 5672. + * Default is the host QpidRestAPI runs on & port 5672. * -i <address>, --addr=<address> * the hostname of the QpidRestAPI default is the wildcard address * (Bind to a specific address on a multihomed host) |
