Skip to content

Commit 749af6e

Browse files
committed
Fix javadoc error
1 parent ef49606 commit 749af6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/SpelExpressionProcessor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
* and strips out any other characters.
1818
*
1919
* 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
2121
* {@link #setSpelExpressionResultSanitizer(SpelExpressionResultSanitizer)} method.
2222
*
2323
* @author Kurt Niemi
24+
* @see SpelExpressionResultSanitizer
2425
* @since 3.1
2526
*/
2627
public class SpelExpressionProcessor {

0 commit comments

Comments
 (0)