File tree Expand file tree Collapse file tree 5 files changed +5
-20
lines changed
eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/body/message Expand file tree Collapse file tree 5 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .eventmesh .common .protocol .http .body .message ;
1919
20- import org .apache .eventmesh .common .Constants ;
2120import org .apache .eventmesh .common .protocol .http .body .Body ;
2221import org .apache .eventmesh .common .protocol .http .common .ProtocolKey ;
2322
24- import org .apache .commons .lang3 .time .DateFormatUtils ;
25-
2623import java .util .HashMap ;
2724import java .util .Map ;
2825
@@ -72,7 +69,7 @@ public String toString() {
7269 sb .append ("pushMessageResponseBody={" )
7370 .append ("retCode=" ).append (retCode ).append ("," )
7471 .append ("retMsg=" ).append (retMsg ).append ("," )
75- .append ("resTime=" ).append (DateFormatUtils . format ( resTime , Constants . DATE_FORMAT_INCLUDE_MILLISECONDS ) ).append ("}" );
72+ .append ("resTime=" ).append (resTime ).append ("}" );
7673 return sb .toString ();
7774 }
7875
Original file line number Diff line number Diff line change 1717
1818package org .apache .eventmesh .common .protocol .http .body .message ;
1919
20- import org .apache .eventmesh .common .Constants ;
2120import org .apache .eventmesh .common .protocol .http .body .Body ;
2221import org .apache .eventmesh .common .protocol .http .common .ProtocolKey ;
2322
24- import org .apache .commons .lang3 .time .DateFormatUtils ;
25-
2623import java .util .HashMap ;
2724import java .util .Map ;
2825
@@ -75,7 +72,7 @@ public String toString() {
7572 sb .append ("replyMessageResponseBody={" )
7673 .append ("retCode=" ).append (retCode ).append ("," )
7774 .append ("retMsg=" ).append (retMsg ).append ("," )
78- .append ("resTime=" ).append (DateFormatUtils . format ( resTime , Constants . DATE_FORMAT_INCLUDE_MILLISECONDS ) ).append ("}" );
75+ .append ("resTime=" ).append (resTime ).append ("}" );
7976 return sb .toString ();
8077 }
8178
Original file line number Diff line number Diff line change 1717
1818package org .apache .eventmesh .common .protocol .http .body .message ;
1919
20- import org .apache .eventmesh .common .Constants ;
2120import org .apache .eventmesh .common .protocol .http .body .Body ;
2221import org .apache .eventmesh .common .protocol .http .common .ProtocolKey ;
2322
24- import org .apache .commons .lang3 .time .DateFormatUtils ;
25-
2623import java .util .HashMap ;
2724import java .util .Map ;
2825
@@ -75,7 +72,7 @@ public String toString() {
7572 sb .append ("sendMessageBatchResponseBody={" )
7673 .append ("retCode=" ).append (retCode ).append ("," )
7774 .append ("retMsg=" ).append (retMsg ).append ("," )
78- .append ("resTime=" ).append (DateFormatUtils . format ( resTime , Constants . DATE_FORMAT_INCLUDE_MILLISECONDS ) ).append ("}" );
75+ .append ("resTime=" ).append (resTime ).append ("}" );
7976 return sb .toString ();
8077 }
8178
Original file line number Diff line number Diff line change 1717
1818package org .apache .eventmesh .common .protocol .http .body .message ;
1919
20- import org .apache .eventmesh .common .Constants ;
2120import org .apache .eventmesh .common .protocol .http .body .Body ;
2221import org .apache .eventmesh .common .protocol .http .common .ProtocolKey ;
2322
24- import org .apache .commons .lang3 .time .DateFormatUtils ;
25-
2623import java .util .HashMap ;
2724import java .util .Map ;
2825
@@ -75,7 +72,7 @@ public String toString() {
7572 sb .append ("sendMessageBatchV2ResponseBody={" )
7673 .append ("retCode=" ).append (retCode ).append ("," )
7774 .append ("retMsg=" ).append (retMsg ).append ("," )
78- .append ("resTime=" ).append (DateFormatUtils . format ( resTime , Constants . DATE_FORMAT_INCLUDE_MILLISECONDS ) ).append ("}" );
75+ .append ("resTime=" ).append (resTime ).append ("}" );
7976 return sb .toString ();
8077 }
8178
Original file line number Diff line number Diff line change 1717
1818package org .apache .eventmesh .common .protocol .http .body .message ;
1919
20- import org .apache .eventmesh .common .Constants ;
2120import org .apache .eventmesh .common .protocol .http .body .Body ;
2221import org .apache .eventmesh .common .protocol .http .common .ProtocolKey ;
2322
24- import org .apache .commons .lang3 .time .DateFormatUtils ;
25-
2623import java .util .HashMap ;
2724import java .util .Map ;
2825
@@ -75,7 +72,7 @@ public String toString() {
7572 sb .append ("sendMessageResponseBody={" )
7673 .append ("retCode=" ).append (retCode ).append ("," )
7774 .append ("retMsg=" ).append (retMsg ).append ("," )
78- .append ("resTime=" ).append (DateFormatUtils . format ( resTime , Constants . DATE_FORMAT_INCLUDE_MILLISECONDS ) ).append ("}" );
75+ .append ("resTime=" ).append (resTime ).append ("}" );
7976 return sb .toString ();
8077 }
8178
You can’t perform that action at this time.
0 commit comments