You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/12 13:37:45 UTC

couch commit: updated refs/heads/master to 75cfed0

Repository: couchdb-couch
Updated Branches:
  refs/heads/master 8924e94eb -> 75cfed07b


Fix dialyzer crash

This closes #114

Signed-off-by: Alexander Shorin <kx...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/75cfed07
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/75cfed07
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/75cfed07

Branch: refs/heads/master
Commit: 75cfed07b8236e6127de4356202215cd22ab5529
Parents: 8924e94
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Fri Oct 2 10:57:48 2015 -0700
Committer: Alexander Shorin <kx...@apache.org>
Committed: Mon Oct 12 14:35:36 2015 +0300

----------------------------------------------------------------------
 src/couch_att.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/75cfed07/src/couch_att.erl
----------------------------------------------------------------------
diff --git a/src/couch_att.erl b/src/couch_att.erl
index 932091b..9d38cfa 100644
--- a/src/couch_att.erl
+++ b/src/couch_att.erl
@@ -148,7 +148,7 @@
 ].
 
 
--opaque att() :: #att{} | attachment().
+-type att() :: #att{} | attachment().
 
 
 new() ->