Polish contribution

See gh-32164
This commit is contained in:
Stéphane Nicoll
2024-01-31 08:57:11 +01:00
parent efaf41862c
commit ef2cae36ac

View File

@@ -45,12 +45,14 @@ import static org.mockito.Mockito.never;
import static org.mockito.Mockito.verify;
/**
* Tests for {@link StatementCreatorUtils}.
*
* @author Juergen Hoeller
* @since 31.08.2004
*/
class StatementCreatorUtilsTests {
private final PreparedStatement preparedStatement = mock();
private PreparedStatement preparedStatement = mock();
@Test