Authored by zhaoyue

Bug fix

1 git add --all src/* 1 git add --all src/*
2 git add push.sh 2 git add push.sh
3 -git commit -m "add AMP report " 3 +git commit -m "Bug fix"
4 git push origin zhaoyue-dev 4 git push origin zhaoyue-dev
5 git status 5 git status
@@ -7,7 +7,7 @@ import java.lang.annotation.Target; @@ -7,7 +7,7 @@ import java.lang.annotation.Target;
7 7
8 /** 8 /**
9 * 在Controller的方法参数中使用此注解,该方法在映射时会注入当前登录的User对象 9 * 在Controller的方法参数中使用此注解,该方法在映射时会注入当前登录的User对象
10 - * @see com.xkl.authorization.resolvers.CurrentAdminMethodArgumentResolver 10 + * @see com.xkl.authorization.resolvers.CurrentUserMethodArgumentResolver
11 */ 11 */
12 @Target(ElementType.PARAMETER) 12 @Target(ElementType.PARAMETER)
13 @Retention(RetentionPolicy.RUNTIME) 13 @Retention(RetentionPolicy.RUNTIME)