Skip to content

Commit

Permalink
Dialyzer deprecation annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
William Cummings authored and hlieberman committed Dec 22, 2014
1 parent 4d38ab6 commit 24a9e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cberl.erl
Expand Up @@ -22,6 +22,8 @@
-export([remove/2, flush/1, flush/2]).
%% design doc opertations
-export([set_design_doc/3, remove_design_doc/2]).
-deprecated({append, 4}).
-deprecated({prepend, 4}).

%% @equiv start_link(PoolName, NumCon, "localhost:8091", "", "", "")
start_link(PoolName, NumCon) ->
Expand Down

0 comments on commit 24a9e39

Please sign in to comment.