summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2011-06-25 15:31:10 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2011-06-25 15:31:10 +0100
commitb3c7a88928dc787440d9762c1320eaa10bcc4b75 (patch)
treec773dc0c4bdbffc239d5add9d509eedd5a9dab21
parentb42ea9aa3d01dc95ab03ebe8a7f6ce6015b302ac (diff)
downloadrabbitmq-server-git-b3c7a88928dc787440d9762c1320eaa10bcc4b75.tar.gz
cosmetic: make order of exports match order in behaviour
-rw-r--r--src/rabbit_variable_queue.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl
index c838e2d71c..b8fbf140ef 100644
--- a/src/rabbit_variable_queue.erl
+++ b/src/rabbit_variable_queue.erl
@@ -18,8 +18,9 @@
-export([init/4, terminate/2, delete_and_terminate/2,
purge/1, publish/4, publish_delivered/5, drain_confirmed/1,
- fetch/2, ack/2, tx_publish/5, tx_ack/3, tx_rollback/2, tx_commit/4,
- requeue/3, len/1, is_empty/1, dropwhile/2,
+ dropwhile/2, fetch/2, ack/2,
+ tx_publish/5, tx_ack/3, tx_rollback/2, tx_commit/4,
+ requeue/3, len/1, is_empty/1,
set_ram_duration_target/2, ram_duration/1,
needs_timeout/1, timeout/1, handle_pre_hibernate/1,
status/1, invoke/3, is_duplicate/3, discard/3,