瀏覽代碼

删除注释

luobo 4 年之前
父節點
當前提交
0c9d466ead

+ 1 - 8
ruoyi-app/src/main/java/com/ruoyi/app/annotation/LoginAppUser.java

@@ -1,10 +1,3 @@
-/**
- * Copyright (c) 2016-2019 人人开源 All rights reserved.
- *
- * https://www.renren.io
- *
- * 版权所有,侵权必究!
- */
 
 package com.ruoyi.app.annotation;
 
@@ -16,7 +9,7 @@ import java.lang.annotation.Target;
 /**
  * 登录用户信息
  *
- * @author Mark sunlightcs@gmail.com
+ * @author luobo
  */
 @Target(ElementType.PARAMETER)
 @Retention(RetentionPolicy.RUNTIME)

+ 0 - 7
ruoyi-app/src/main/java/com/ruoyi/app/resolver/LoginAppUserHandlerMethodArgumentResolver.java

@@ -1,10 +1,3 @@
-/**
- * Copyright (c) 2016-2019 人人开源 All rights reserved.
- *
- * https://www.renren.io
- *
- * 版权所有,侵权必究!
- */
 
 package com.ruoyi.app.resolver;