You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/SpelExpressionProcessor.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,11 @@
17
17
* and strips out any other characters.
18
18
*
19
19
* Custom sanitization (if desired) can be achieved by creating a class that implements
20
-
* the {@link #SpelExpressionResultSanitizer} interface and then invoking the
20
+
* the {@link SpelExpressionResultSanitizer} interface and then invoking the
0 commit comments