Skip to content

Commit 8595493

Browse files
committed
Polish contribution
1 parent f9ed072 commit 8595493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/support/incrementer/SqlServerSequenceMaxValueIncrementer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
import javax.sql.DataSource;
2020

2121
/**
22-
* Incrementer for SQL Server sequences.
22+
* {@link DataFieldMaxValueIncrementer} that retrieves the next value of a given
23+
* SQL Server sequence.
2324
*
2425
* @author Mahmoud Ben Hassine
2526
* @since 6.0

0 commit comments

Comments
 (0)