Skip to content

Commit 059a74b

Browse files
committed
Spotless apply on string utils,
Signed-off-by: Mitchell Gale <[email protected]>
1 parent c1f96b2 commit 059a74b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/src/main/java/org/opensearch/sql/common/utils/StringUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ public class StringUtils {
1313
/**
1414
* Unquote Identifier which has " or ' as mark. Strings quoted by ' or " with two of these quotes
1515
* appearing next to each other in the quote acts as an escape<br>
16-
* Example: 'Test''s' will result in
17-
* 'Test's', similar with those single quotes being replaced with double quote. Supports escaping
18-
* quotes (single/double) and escape characters using the `\` characters.
16+
* Example: 'Test''s' will result in 'Test's', similar with those single quotes being replaced
17+
* with double quote. Supports escaping quotes (single/double) and escape characters using the `\`
18+
* characters.
1919
*
2020
* @param text string
2121
* @return An unquoted string whose outer pair of (single/double) quotes have been removed

0 commit comments

Comments
 (0)