Skip to content

Commit

Permalink
OAK-11414 : making collectionutils package private (#2013)
Browse files Browse the repository at this point in the history
Co-authored-by: Rishabh Kumar <[email protected]>
  • Loading branch information
rishabhdaim and Rishabh Kumar authored Jan 22, 2025
1 parent 2ddb40a commit 496ca46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Utility methods for collections conversions.
*/
public class CollectionUtils {
class CollectionUtils {

// Maximum capacity for a hash based collection. (used internally by JDK).
// Also, it helps to avoid overflow errors when calculating the capacity
Expand Down

0 comments on commit 496ca46

Please sign in to comment.