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

This PR modifies some code formatting #182

Merged
merged 3 commits into from Nov 18, 2022
Merged

Conversation

aozeyu
Copy link
Contributor

@aozeyu aozeyu commented Nov 16, 2022

Signed-off-by:

Pre-Checklist

Note: Please complete ALL items in the following checklist.

  • I have read through the CONTRIBUTING.md documentation.
  • My code has the necessary comments and documentation (if needed).
  • I have added relevant tests.

Purpose

Some description about what this PR wants to do.

Approaches

Some description about how this PR achives the purpose.

Related Issues

e.g. Close #796

New Behavior (screenshots if needed)

N/A

@aozeyu
Copy link
Contributor Author

aozeyu commented Nov 16, 2022

@BlockLiu @hk-lrzy

@aozeyu
Copy link
Contributor Author

aozeyu commented Nov 16, 2022

@hk-lrzy Some checks were not successful,please look ;

@@ -61,7 +61,7 @@ public static Matcher listMatcher(String column) {
return LIST_VALUE_PATTERN.matcher(column);
}

public static enum PathType {
Copy link
Collaborator

Choose a reason for hiding this comment

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

@aozeyu why do we remove this static

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@garyli1019 hi, I think the properties of the enumeration java have already helped us turn it into static, there is no need to add static in front of the enumeration.
截屏2022-11-18 10 27 48

Copy link
Collaborator

Choose a reason for hiding this comment

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

Got it, thanks for the information!

@aozeyu
Copy link
Contributor Author

aozeyu commented Nov 18, 2022

@hk-lrzy

@garyli1019 garyli1019 merged commit 4e2d1e4 into bytedance:master Nov 18, 2022
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

3 participants