Skip to content

Commit e057de0

Browse files
committed
delete author info
1 parent 7435f91 commit e057de0

File tree

14 files changed

+10
-14
lines changed

14 files changed

+10
-14
lines changed

dss-server/src/main/java/com/webank/wedatasphere/dss/server/restful/UserManagerApi.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
/**
2525
* @program: user-authorization
2626
* @description: 鲁班对外交互的接口 包括施工 注册用户
27-
* @author: luxl@chinatelecom.cn
2827
* @create: 2020-08-12 14:24
2928
**/
3029

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/conf/DSSUserManagerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @program: dss-appjoint-auth
2727
* @description: 用户模块配置文件
28-
* @author: luxl@chinatelecom.cn
28+
*
2929
* @create: 2020-12-30 16:26
3030
**/
3131

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/dto/request/AuthorizationBody.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @program: user-manager
2727
* @description: 施工单数据结构
28-
* @author: luxl@chinatelecom.cn
28+
*
2929
* @create: 2020-08-12 14:29
3030
**/
3131
public class AuthorizationBody {

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/service/MacroCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* @program: user-authorization
2424
* @description: 开通命令接口
25-
* @author: luxl@chinatelecom.cn
25+
*
2626
* @create: 2020-08-10 14:24
2727
**/
2828
public interface MacroCommand extends Command {

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/service/impl/AzkabanCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* @program: dss-appjoint-auth
3939
* @description: 开通azkaban账号
40-
* @author: luxl@chinatelecom.cn
40+
*
4141
* @create: 2021-01-08 15:53
4242
**/
4343

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/service/impl/KerberosCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import java.net.InetAddress;
3131

3232
/**
33-
* @author anlexander
3433
* @date 2021/1/5
3534
*/
3635
public class KerberosCommand extends AbsCommand {

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/service/impl/LdapCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* @program: user-authorization
3434
* @description: 创建用户空间
35-
* @author: luxl@chinatelecom.cn
35+
*
3636
* @create: 2020-08-13 13:39
3737
**/
3838

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/service/impl/LinuxUserCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* @program: user-authorization
2929
* @description: 创建用户空间
30-
* @author: luxl@chinatelecom.cn
30+
*
3131
* @create: 2020-08-13 13:39
3232
**/
3333

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/service/impl/MetastoreCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import org.slf4j.LoggerFactory;
3030

3131
/**
32-
* @author anlexander
3332
* @date 2021/1/5
3433
*/
3534
public class MetastoreCommand extends AbsCommand {

dss-user-manager/src/main/java/com/webank/wedatasphpere/dss/user/service/impl/SchedulisCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
import org.springframework.web.util.UriComponentsBuilder;
4646

4747
/**
48-
* @author litongtong
4948
* @date 2021/1/11
5049
*/
5150
public class SchedulisCommand extends AbsCommand {

0 commit comments

Comments
 (0)