We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Optimize the implementation of the Utils.java class:
The two functions isNotBlank() and isBlank() have been defined in StringUtils and do not need to be defined again;
This class is mainly an implementation function related to IP, and the class name should be renamed to facilitate the alignment of the class usage
https://github.com/apache/inlong/blob/master/inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/network/Utils.java
InLong SDK
The text was updated successfully, but these errors were encountered:
gosonzhang
Successfully merging a pull request may close this issue.
Description
Optimize the implementation of the Utils.java class:
The two functions isNotBlank() and isBlank() have been defined in StringUtils and do not need to be defined again;
This class is mainly an implementation function related to IP, and the class name should be renamed to facilitate the alignment of the class usage
https://github.com/apache/inlong/blob/master/inlong-sdk/dataproxy-sdk/src/main/java/org/apache/inlong/sdk/dataproxy/network/Utils.java
InLong Component
InLong SDK
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: