Polishing (typo fixes etc, aligned with 5.0.x)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2016 the original author or authors.
|
||||
* Copyright 2002-2018 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -46,7 +46,7 @@ import org.springframework.jdbc.core.BatchPreparedStatementSetter;
|
||||
public class BatchSqlUpdate extends SqlUpdate {
|
||||
|
||||
/**
|
||||
* Default number of inserts to accumulate before commiting a batch (5000).
|
||||
* Default number of inserts to accumulate before committing a batch (5000).
|
||||
*/
|
||||
public static final int DEFAULT_BATCH_SIZE = 5000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user