Skip to content

Commit 93dabbe

Browse files
committed
make public the padding regular size
1 parent 6db275d commit 93dabbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-jdbc-plus-support/src/main/java/com/navercorp/spring/jdbc/plus/support/parametersource/converter/IterableExpandPadding.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @author IAM20
3434
*/
3535
public class IterableExpandPadding {
36-
private static final int[] REGULAR_SIZES = {0, 1, 2, 3, 4, 8, 16, 32, 50, 100, 200, 300, 500, 1000, 1500, 2000};
36+
public static final int[] REGULAR_SIZES = {0, 1, 2, 3, 4, 8, 16, 32, 50, 100, 200, 300, 500, 1000, 1500, 2000};
3737

3838
/**
3939
* Expand if iterable object.
@@ -50,8 +50,8 @@ public static Object expandIfIterable(Object source) {
5050
/**
5151
* Expand if iterable object.
5252
*
53-
* @param source the source
54-
* @param padArray the pad array y/n
53+
* @param source the source
54+
* @param padArray the pad array y/n
5555
* @return the object
5656
*/
5757
public static Object expandIfIterable(Object source, boolean padArray) {

0 commit comments

Comments
 (0)