Commit f0268c0
fix: Fix MariaDBSchemaValidator misleading escaped space error
Fixes an issue in MariaDBSchemaValidator where a text block contained
a misleading escaped space (\s) not at the end of a line, causing
compilation errors like:
[MisleadingEscapedSpace] Using \s anywhere except at the end of a line
in a text block is potentially misleading.
Signed-off-by: Weihua Tan <andy1199@qq.com>
(cherry picked from commit 9acc2d7)1 parent 62b3290 commit f0268c0
File tree
1 file changed
+1
-1
lines changed- vector-stores/spring-ai-mariadb-store/src/main/java/org/springframework/ai/vectorstore/mariadb
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments