You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/09/12 20:08:53 UTC

[couchdb] 10/28: Remove overly broad any() type

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 9cb518506e4ca0940d37e5778a7ad70888b3d8cc
Author: Paul J. Davis <pa...@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 82bc780..bc09172 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" <co...@couchdb.apache.org>.