Skip to content

Commit 17e9b3a

Browse files
committed
Merge branch '4.2.x-stable'
2 parents 75967ef + 64c8428 commit 17e9b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/rabbitmq/client/Method.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.rabbitmq.client;
1818

1919
/**
20-
* Public interface to objects representing an AMQP method - see the <a href="http://www.amqp.org/">spec</a> for details.
20+
* Public interface to objects representing an AMQP 0-9-1 method
21+
* @see http://www.rabbitmq.com/specification.html.
2122
*/
2223

2324
public interface Method {

0 commit comments

Comments
 (0)