Skip to content
Merged
Prev Previous commit
Next Next commit
Added javaDoc to non-internal classes
  • Loading branch information
ShiftHackZ committed Sep 13, 2022
commit d8e560df6a3d85d6ec85b6a2108cf281df41068b
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class ImagePicker private constructor(
* @see ImagePicker
*
* @return instance of [ImagePicker]
* @throws IllegalArgumentException on incorrect minimumSelectionCount, maximumSelectionCount values.
*/
fun build(): ImagePicker {
require(minimumSelectionCount >= 1) {
Expand Down