Polish: follow name convention - make immutable fields final
This commit is contained in:
committed by
Juergen Hoeller
parent
9bb7fcd997
commit
9a6fbf59c5
@@ -48,7 +48,7 @@ public class BatchSqlUpdate extends SqlUpdate {
|
||||
/**
|
||||
* Default number of inserts to accumulate before commiting a batch (5000).
|
||||
*/
|
||||
public static int DEFAULT_BATCH_SIZE = 5000;
|
||||
public static final int DEFAULT_BATCH_SIZE = 5000;
|
||||
|
||||
|
||||
private int batchSize = DEFAULT_BATCH_SIZE;
|
||||
|
||||
Reference in New Issue
Block a user