diff options
author | Brad Anderson <brad@cloudant.com> | 2010-07-02 14:20:37 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-12 01:23:48 -0400 |
commit | a1800ffdd01f549959277e894a0fe07a05ef88f3 (patch) | |
tree | f8be9f87c7e3d2393bf1ee59fa1a8915fa2b02d9 | |
parent | 7de28cb172b47cd33acf17527689126784e1c42e (diff) |
no authors in src files
-rw-r--r-- | src/mem3_util.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem3_util.erl b/src/mem3_util.erl index e58bbd4c..7c31ce8e 100644 --- a/src/mem3_util.erl +++ b/src/mem3_util.erl @@ -1,5 +1,4 @@ -module(mem3_util). --author('brad@cloudant.com'). -export([hash/1, name_shard/1, create_partition_map/4, build_shards/2, n_val/2, to_atom/1, to_integer/1, write_db_doc/1, delete_db_doc/1, |