add @author;

This commit is contained in:
Zjp 2022-11-09 15:24:07 +08:00 committed by Createsequence
parent 44ad3e73d4
commit 20d71d0e49

View File

@ -17,6 +17,7 @@ import java.util.function.UnaryOperator;
* }</pre>
*
* @author huangchengxing
* @author emptypoint
*/
public class PlaceholderParser implements UnaryOperator<String> {