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
commit45817870930aff31097fce5c9801e50199c0faa0 (patch)
tree322c1f4cf541acf285c2439602b6798e0b678c73
parent81eea71bbeca2d0a320e686534095175feba7dc0 (diff)
downloadrabbitmq-server-git-45817870930aff31097fce5c9801e50199c0faa0.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 5ad6b925d2..48af9530ed 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).