We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21eb5f0 + 87e667b commit 9bd876dCopy full SHA for 9bd876d
src/main/java/com/rabbitmq/client/Method.java
@@ -17,7 +17,8 @@
17
package com.rabbitmq.client;
18
19
/**
20
- * Public interface to objects representing an AMQP method - see the <a href="http://www.amqp.org/">spec</a> for details.
+ * Public interface to objects representing an AMQP 0-9-1 method
21
+ * @see http://www.rabbitmq.com/specification.html.
22
*/
23
24
public interface Method {
0 commit comments