From 28441b3922e6188f643d145a32c55d4fa285af84 Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期三, 13 六月 2018 00:11:52 +0800
Subject: [PATCH] 日志保存 和 调用链开发
---
java110-core/src/main/java/com/java110/core/context/CodeDataFlow.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/java110-core/src/main/java/com/java110/core/context/CodeDataFlow.java b/java110-core/src/main/java/com/java110/core/context/CodeDataFlow.java
index a39d167..e82fd1a 100644
--- a/java110-core/src/main/java/com/java110/core/context/CodeDataFlow.java
+++ b/java110-core/src/main/java/com/java110/core/context/CodeDataFlow.java
@@ -11,8 +11,6 @@
*/
public class CodeDataFlow extends AbstractDataFlowContext {
-
-
/**
* 鍓嶇紑
*/
@@ -42,6 +40,8 @@
return port;
}
+
+
public void setPort(String port) {
this.port = port;
}
@@ -51,7 +51,7 @@
}
@Override
- public CodeDataFlow builder(String reqInfo, Map<String, String> headerAll) throws Exception {
+ public CodeDataFlow doBuilder(String reqInfo, Map<String, String> headerAll) throws Exception {
JSONObject reqInfoObj = JSONObject.parseObject(reqInfo);
this.setReqJson(reqInfoObj);
this.setReqData(reqInfo);
--
Gitblit v1.8.0