Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit d70d919

Browse files
committed
feat: update javadoc
1 parent dffcfa5 commit d70d919

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/com/ly/doc/function/WordXmlEscape.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
import java.util.LinkedHashMap;
2424
import java.util.Map;
25-
import java.util.regex.Matcher;
26-
import java.util.regex.Pattern;
2725

2826
import com.ly.doc.utils.DocUtil;
2927
import org.beetl.core.Context;
@@ -32,6 +30,9 @@
3230

3331
/**
3432
* Function to escape XML content in Beetl templates.
33+
* <p>
34+
* For example, it replaces:
35+
* - <code>" "</code> with <code> </code>
3536
*
3637
* @author yu 2021/6/26.
3738
*/

0 commit comments

Comments
 (0)