Skip to content

Commit

Permalink
OAK-11357: StreamUtils - add class javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Jan 14, 2025
1 parent dd868a4 commit e3f8899
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
import java.util.stream.Stream;
import java.util.stream.StreamSupport;

/**
* Utility methods for {@link Stream} conversions.
*/
public class StreamUtils {

private StreamUtils() {
Expand Down

0 comments on commit e3f8899

Please sign in to comment.