Skip to content

Commit

Permalink
[#98] - ImmutableCollectors is final
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHarmonicMinor committed Jun 23, 2021
1 parent 7e5f678 commit ba25608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @see java.util.stream.Collectors
* @since 1.0
*/
public class ImmutableCollectors {
public final class ImmutableCollectors {

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

0 comments on commit ba25608

Please sign in to comment.