diff --git a/src/main/java/com/february/common/log/annotation/WebLog.java b/src/main/java/com/february/common/log/annotation/WebLog.java index 63dbe23..ccdc392 100644 --- a/src/main/java/com/february/common/log/annotation/WebLog.java +++ b/src/main/java/com/february/common/log/annotation/WebLog.java @@ -2,7 +2,7 @@ package com.february.common.log.annotation; import java.lang.annotation.*; /** - * 自定义操作日志记录注解 + * 新增自定义操作日志记录注解 * * @author february */ diff --git a/src/main/java/com/february/common/log/aspect/WebLogAspect.java b/src/main/java/com/february/common/log/aspect/WebLogAspect.java index 9f38612..e8668ea 100644 --- a/src/main/java/com/february/common/log/aspect/WebLogAspect.java +++ b/src/main/java/com/february/common/log/aspect/WebLogAspect.java @@ -15,7 +15,7 @@ import javax.servlet.http.HttpServletRequest; import java.lang.reflect.Method; /** - * 自定义操作日志记录注解 + * 新增自定义操作日志记录注解 * * @author february */