Skip to content

Commit f7e53a0

Browse files
committed
Polishing
1 parent 783a7ca commit f7e53a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-jdbc/src/test/resources/org/springframework/jdbc/datasource/init/test-data-with-multi-line-nested-comments.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ INSERT INTO users(first_name, last_name) VALUES('Juergen', 'Hoeller');
1111
-- A fancy multi-line comments that puts
1212
-- single line comments inside of a multi-line
1313
-- comment block.
14-
Moreover, the block commend end delimiter
14+
Moreover, the block comment end delimiter
1515
appears on a line that can potentially also
1616
be a single-line comment if we weren't
1717
already inside a multi-line comment run.

0 commit comments

Comments
 (0)