This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new a760b8b NO-JIRA Added Javadoc reference to the documentation
new ef7d980 This closes #2571
a760b8b is described below
commit a760b8bb30039361f063d18d12068aae79eb07b4
Author: Erik Östlund <[email protected]>
AuthorDate: Thu Feb 28 21:32:05 2019 +0100
NO-JIRA Added Javadoc reference to the documentation
---
.../main/java/org/apache/activemq/artemis/core/config/Configuration.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
index e11a980..49c90fd 100644
---
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
+++
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
@@ -357,6 +357,7 @@ public interface Configuration {
* @param uri the URI of the acceptor
* @return this
* @throws Exception in case of Parsing errors on the URI
+ * @see <a
href="https://github.com/apache/activemq-artemis/blob/master/docs/user-manual/en/configuring-transports.md">Configuring
the Transport</a>
*/
Configuration addAcceptorConfiguration(String name, String uri) throws
Exception;