Skip to content

Commit

Permalink
[#98] - Removed unused fields in ImmutableCollectors
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHarmonicMinor committed Jun 23, 2021
1 parent 4af101c commit 7e5f678
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
*/
public class ImmutableCollectors {

static final Set<Collector.Characteristics> CH_ID =
Collections.unmodifiableSet(EnumSet.of(Collector.Characteristics.IDENTITY_FINISH));
static final Set<Collector.Characteristics> CH_UNORDERED_ID =
Collections.unmodifiableSet(
EnumSet.of(
Collector.Characteristics.UNORDERED, Collector.Characteristics.IDENTITY_FINISH));

/**
* Suppresses default constructor, ensuring non-instantiability.
*/
Expand Down

0 comments on commit 7e5f678

Please sign in to comment.