summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-12-18 11:18:42 +0000
committerTim Watson <tim@rabbitmq.com>2013-12-18 11:18:42 +0000
commit9db4fd04f9bbda5a1a3d2b956db68cedffd1fc99 (patch)
tree322c1f4cf541acf285c2439602b6798e0b678c73
parent1a014b65c9633651a4e3717d626776bd8e44b015 (diff)
downloadrabbitmq-server-9db4fd04f9bbda5a1a3d2b956db68cedffd1fc99.tar.gz
Rename the module too
-rw-r--r--src/rabbit_recovery_terms.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_recovery_terms.erl b/src/rabbit_recovery_terms.erl
index 5ad6b925..48af9530 100644
--- a/src/rabbit_recovery_terms.erl
+++ b/src/rabbit_recovery_terms.erl
@@ -17,7 +17,7 @@
%% We use a gen_server simply so that during the terminate/2 call
%% (i.e., during shutdown), we can sync/flush the dets table to disk.
--module(rabbit_recovery_indexes).
+-module(rabbit_recovery_terms).
-behaviour(gen_server).