Skip to content

Commit 4157d97

Browse files
author
Steve Powell
committed
JavaDoc update for UnexpectedMethodError
1 parent 567afd2 commit 4157d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/client/UnexpectedMethodError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
* Indicates that a {@link Method} object was supplied that was not
2222
* expected. For instance, {@link Channel#basicGet} throws this if it
2323
* 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.
24+
* {@link AMQP.Basic.GetEmpty}, and the default {@link MethodVisitor}
25+
* throws this as the action within each visitor case.
2626
*/
2727
public class UnexpectedMethodError extends Error {
2828
private static final long serialVersionUID = 1L;

0 commit comments

Comments
 (0)