summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-12-20 14:44:41 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-12-20 14:44:41 +0100
commitc69fe90821bba84c70b020a2504fe4ed63072158 (patch)
treeebb40443b25c0c03014d51625b5d7b692a622cd2 /src/shared/reply
parent71a4a4195292bef8f48e8a533f2d31bc4a53ac2e (diff)
...
Diffstat (limited to 'src/shared/reply')
-rw-r--r--src/shared/reply/shr_set_inventory.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/reply/shr_set_inventory.erl b/src/shared/reply/shr_set_inventory.erl
index 8c04606..61ba336 100644
--- a/src/shared/reply/shr_set_inventory.erl
+++ b/src/shared/reply/shr_set_inventory.erl
@@ -12,8 +12,8 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% LOCAL FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--spec encode_set (sets:set(binary())) -> list(binary()).
-encode_set (Set) -> sets:to_list(Set).
+-spec encode_set (ordsets:ordset(binary())) -> list(binary()).
+encode_set (Set) -> ordsets:to_list(Set).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%