Skip to content

Commit 9361932

Browse files
authored
Merge pull request #293 from catap/empty-sorted-set
`TypeSortedSets.emptySet()` should return `SortedSet`
2 parents fa8c927 + e9486e7 commit 9361932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drv/SortedSets.drv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public final class SORTED_SETS {
125125
* @return an empty sorted set (immutable).
126126
*/
127127
@SuppressWarnings("unchecked")
128-
public static KEY_GENERIC SET KEY_GENERIC emptySet() {
128+
public static KEY_GENERIC SORTED_SET KEY_GENERIC emptySet() {
129129
return EMPTY_SET;
130130
}
131131
#endif

0 commit comments

Comments
 (0)