Skip to content

Commit

Permalink
Update modules/database-commons/src/main/java/org/testcontainers/ext/…
Browse files Browse the repository at this point in the history
…ScriptScanner.java

Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
  • Loading branch information
eddumelendez and kiview committed Oct 30, 2023
1 parent 90bce80 commit 473237f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private boolean matchesMultilineComment() {
return false;
}

boolean matchesDollarQuotedString() {
private boolean matchesDollarQuotedString() {
//Matches $<tag>$ .... $<tag>$
if (matches(dollarQuotedStringDelimiter)) {
String delimiter = currentMatch;
Expand Down

0 comments on commit 473237f

Please sign in to comment.