Skip to content

Commit 77b5fb7

Browse files
author
Rob Harrop
committed
Minor JavaDoc correction
1 parent 9cc21d1 commit 77b5fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/RpcClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public String stringCall(String message)
234234
* Perform an AMQP wire-protocol-table based RPC roundtrip <br><br>
235235
*
236236
* There are some restrictions on the values appearing in the table: <br>
237-
* they must be of type {@link String}, {@link com.rabbitmq.client.LongString}, {@link Integer}, {@link java.math.BigDecimal}, {@link Date},
237+
* they must be of type {@link String}, {@link LongString}, {@link Integer}, {@link java.math.BigDecimal}, {@link Date},
238238
* or (recursively) a {@link Map} of the enclosing type.
239239
*
240240
* @param message the table to send

0 commit comments

Comments
 (0)