Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace Chinese comments #1036

Merged

Conversation

xuzhiyiYoh
Copy link
Contributor

Ⅰ. Describe what this PR did

Replace some Chinese comments.

Ⅱ. Does this pull request fix one issue?

#732

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-io
Copy link

codecov-io commented May 14, 2019

Codecov Report

Merging #1036 into develop will not change coverage.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff            @@
##             develop   #1036   +/-   ##
=========================================
  Coverage       38.5%   38.5%           
  Complexity      1076    1076           
=========================================
  Files            220     220           
  Lines           8774    8774           
  Branches        1108    1108           
=========================================
  Hits            3378    3378           
  Misses          4966    4966           
  Partials         430     430
Impacted Files Coverage Δ Complexity Δ
.../main/java/io/seata/rm/datasource/sql/SQLType.java 91.07% <ø> (ø) 2 <0> (ø) ⬇️
...main/java/io/seata/core/rpc/netty/RmRpcClient.java 0% <0%> (ø) 0 <0> (ø) ⬇️
.../io/seata/common/exception/FrameworkErrorCode.java 88.88% <100%> (ø) 3 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 545111c...c2d0d51. Read the comment docs.

Copy link
Contributor

@CoffeeLatte007 CoffeeLatte007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@xingfudeshi xingfudeshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

/**
* The Net disconnect.
*/
NetDisconnect("0103", "seataConnection closed", "网络断开,请检查到对端(client 或seata server)的网络连接"),
NetDisconnect("0103", "Seata Connection closed", "The network is disconnected. Please check the network connection to the client or seata server."),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Connection -> connection ?

/**
* The Net disconnect.
*/
NetDisconnect("0103", "seataConnection closed", "网络断开,请检查到对端(client 或seata server)的网络连接"),
NetDisconnect("0103", "Seata Connection closed", "The network is disconnected. Please check the network connection to the client or seata server."),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Connection -> connection

Copy link
Member

@xingfudeshi xingfudeshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks.LGTM.

@xingfudeshi xingfudeshi merged commit 7a041e6 into apache:develop May 16, 2019
nick-tan pushed a commit to nick-tan/seata that referenced this pull request Jul 12, 2019
@wangliang181230 wangliang181230 added this to the 0.5.* milestone Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants