Skip to content

Commit 3e9bcb0

Browse files
committed
Version 1.0.1 of DSS is adapted to Apache of linkis #444
1 parent e94062c commit 3e9bcb0

File tree

33 files changed

+26
-49
lines changed

33 files changed

+26
-49
lines changed

dss-appconn/appconns/dss-sendemail-appconn/sendemail-appconn-core/src/main/java/com/webank/wedatasphere/dss/appconn/sendemail/hook/HttpClientUtil.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ public static String postForm(String url, int timeout, Map<String, Object> heade
128128
}
129129

130130
/**
131-
* 调用saltapi时
132-
*
133-
* @author: XIEJIAN948@pingan.com.cn
131+
* 调用saltapi时n
134132
*/
135133
public static String postJsonBody(String url, int timeout, Map<String, Object> headerMap,
136134
String paraData, String encoding) {
@@ -344,9 +342,7 @@ public static String getNowDate() {
344342
}
345343

346344
/**
347-
* 调用saltapi时
348-
*
349-
* @author: XIEJIAN948@pingan.com.cn
345+
* 调用saltapi时n
350346
*/
351347
public static String postJsonBody2(String url, int timeout, Map<String, Object> headerMap,
352348
List<NameValuePair> paramsList, String encoding) {
@@ -397,9 +393,7 @@ public static String postJsonBody2(String url, int timeout, Map<String, Object>
397393
}
398394

399395
/**
400-
* 调用saltapi时
401-
*
402-
* @author: XIEJIAN948@pingan.com.cn
396+
* 调用saltapi时n
403397
*/
404398
public static String postJsonBody3(String url, int timeout, Map<String, Object> headerMap,
405399
Map<String, Object> paramsList, String encoding) {

dss-apps/dss-apiservice-server/src/main/java/com/webank/wedatasphere/dss/apiservice/core/util/HttpClientUtil.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ public static String postForm(String url, int timeout, Map<String, Object> heade
135135
}
136136

137137
/**
138-
* 调用saltapi时
139-
*
140-
* @author: XIEJIAN948@pingan.com.cn
138+
* 调用saltapi时n
141139
*/
142140
public static String postJsonBody(String url, int timeout, Map<String, Object> headerMap,
143141
String paraData, String encoding) {
@@ -351,9 +349,7 @@ public static String getNowDate() {
351349
}
352350

353351
/**
354-
* 调用saltapi时
355-
*
356-
* @author: XIEJIAN948@pingan.com.cn
352+
* 调用saltapi时n
357353
*/
358354
public static String postJsonBody2(String url, int timeout, Map<String, Object> headerMap,
359355
List<NameValuePair> paramsList, String encoding) {
@@ -404,9 +400,7 @@ public static String postJsonBody2(String url, int timeout, Map<String, Object>
404400
}
405401

406402
/**
407-
* 调用saltapi时
408-
*
409-
* @author: XIEJIAN948@pingan.com.cn
403+
* 调用saltapi时n
410404
*/
411405
public static String postJsonBody3(String url, int timeout, Map<String, Object> headerMap,
412406
Map<String, Object> paramsList, String encoding) {

dss-commons/dss-common/src/main/java/com/webank/wedatasphere/dss/common/conf/DSSCommonConf.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import org.apache.linkis.common.conf.CommonVars;
2020

2121
/**
22-
* @Author alexyang
2322
* @Date 2020/3/27
2423
*/
2524
public class DSSCommonConf {

dss-commons/dss-common/src/main/java/com/webank/wedatasphere/dss/common/entity/DSSWorkspace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.webank.wedatasphere.dss.common.entity;
1818

1919
/**
20-
* Created by enjoyyin on 2021/7/1.
20+
* @Date 2021/7/1.
2121
*/
2222
public interface DSSWorkspace {
2323

dss-commons/dss-common/src/main/java/com/webank/wedatasphere/dss/common/entity/PublishType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package com.webank.wedatasphere.dss.common.entity;
1818

1919
/**
20-
* @author allenlliu
2120
* @date 2020/12/16 11:53
2221
*/
2322
public enum PublishType {

dss-commons/dss-common/src/main/java/com/webank/wedatasphere/dss/common/entity/node/Layout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.webank.wedatasphere.dss.common.entity.node;
1818

1919
/**
20-
* Created by v_wbjftang on 2019/11/12.
20+
* @Date 2019/11/12.
2121
*/
2222
public class Layout {
2323
private float x;

dss-commons/dss-common/src/main/java/com/webank/wedatasphere/dss/common/entity/project/Project.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.webank.wedatasphere.dss.common.entity.project;
1818

1919
/**
20-
* Created by v_wbjftang on 2019/9/16.
20+
* @Date 2019/9/16.
2121
*/
2222
public interface Project {
2323
Long getId();

dss-commons/dss-common/src/main/java/com/webank/wedatasphere/dss/common/exception/DSSErrorException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.apache.linkis.common.exception.ErrorException;
2020

2121
/**
22-
* Created by v_wbjftang on 2019/11/6.
22+
* @Date 2019/11/6.
2323
*/
2424
public class DSSErrorException extends ErrorException {
2525

dss-commons/dss-common/src/main/java/com/webank/wedatasphere/dss/common/exception/DSSRuntimeException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.apache.linkis.common.exception.WarnException;
2020

2121
/**
22-
* Created by v_wbjftang on 2019/9/24.
22+
* @Date 2019/9/24.
2323
*/
2424
public class DSSRuntimeException extends WarnException {
2525

dss-commons/dss-common/src/main/java/com/webank/wedatasphere/dss/common/exception/ErrorCode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package com.webank.wedatasphere.dss.common.exception;
1818

1919
/**
20-
* @Author alexyang
2120
* @Date 2020/3/20
2221
*/
2322
public class ErrorCode {

0 commit comments

Comments
 (0)