diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-07-09 11:37:10 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-07-09 11:37:10 +0100 |
| commit | 43b0c22c9b5fd2f0990e3ca6a35cab1e6959de88 (patch) | |
| tree | a54ab387407467a20dba39aab78932f0750edde7 | |
| parent | 638246ba369774db9ad268dc6a8bb68d3b7b8a59 (diff) | |
| download | rabbitmq-server-git-43b0c22c9b5fd2f0990e3ca6a35cab1e6959de88.tar.gz | |
minor documentation fix.
| -rw-r--r-- | src/rabbit_disk_queue.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_disk_queue.erl b/src/rabbit_disk_queue.erl index 763e544d7e..27be0eebfe 100644 --- a/src/rabbit_disk_queue.erl +++ b/src/rabbit_disk_queue.erl @@ -110,8 +110,7 @@ %% rabbit_disk_queue: this is an mnesia table which contains: %% #dq_msg_loc { queue_and_seq_id = {Q, SeqId}, %% is_delivered = IsDelivered, -%% msg_id = MsgId, -%% next_seq_id = SeqId +%% msg_id = MsgId %% } %% |
