Skip to content

Commit a741649

Browse files
committed
Remove unused <br>
Signed-off-by: Mitchell Gale <[email protected]>
1 parent dd95ff5 commit a741649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/opensearch/sql/expression/text/TextFunction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private DefaultFunctionResolver trim() {
140140
/**
141141
* <b>Converts String to lowercase.</b><br>
142142
* Supports following signatures:<br>
143-
* STRING -> STRING<br>
143+
* STRING -> STRING
144144
*/
145145
private DefaultFunctionResolver lower() {
146146
return define(
@@ -154,7 +154,7 @@ private DefaultFunctionResolver lower() {
154154
/**
155155
* <b>Converts String to uppercase.</b><br>
156156
* Supports following signatures:<br>
157-
* STRING -> STRING<br>
157+
* STRING -> STRING
158158
*/
159159
private DefaultFunctionResolver upper() {
160160
return define(

0 commit comments

Comments
 (0)