Skip to content

Commit

Permalink
OAK-11414 : making collectionutils package private
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Kumar committed Jan 22, 2025
1 parent 593d4c1 commit 5bdf1a2
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 5bdf1a2

Please sign in to comment.