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.
1 parent 567afd2 commit 4157d97Copy full SHA for 4157d97
src/com/rabbitmq/client/UnexpectedMethodError.java
@@ -21,8 +21,8 @@
21
* Indicates that a {@link Method} object was supplied that was not
22
* expected. For instance, {@link Channel#basicGet} throws this if it
23
* receives anything other than {@link AMQP.Basic.GetOk} or
24
- * {@link AMQP.Basic.GetEmpty}, and {@link com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor}
25
- * throws this as the default action within each visitor case.
+ * {@link AMQP.Basic.GetEmpty}, and the default {@link MethodVisitor}
+ * throws this as the action within each visitor case.
26
*/
27
public class UnexpectedMethodError extends Error {
28
private static final long serialVersionUID = 1L;
0 commit comments