This is an automated email from the ASF dual-hosted git repository.
davisp pushed a commit to branch COUCHDB-3287-pluggable-storage-engines
in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9b4a4f9698e4b21f6738b9539dd57d56850f22f2
Author: Paul J. Davis <paul.joseph.davis@gmail.com>
AuthorDate: Tue May 30 11:24:14 2017 -0500
Remove overly broad any() type
---
src/couch/src/couch_db_engine.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/couch/src/couch_db_engine.erl b/src/couch/src/couch_db_engine.erl
index 17a798c..d788912 100644
--- a/src/couch/src/couch_db_engine.erl
+++ b/src/couch/src/couch_db_engine.erl
@@ -96,7 +96,7 @@
RootDir::filepath(),
DbPath::filepath(),
DelOpts::delete_options()) ->
- ok | {error, Reason::atom()} | any().
+ ok | {error, Reason::atom()}.
% This function can be called from multiple contexts. It
--
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <commits@couchdb.apache.org>.
|