JingGe opened a new pull request #17415:
URL: https://github.com/apache/flink/pull/17415
## What is the purpose of the change
Since org.apache.flink.core.fs.Path is a core public interface for the
developer to work with the Flink file system. It makes sense to keep the java
doc clean and professional. This PR removes the redundant information in the
java doc for many methods and remove a code style check warning by the way.
## Brief change log
- clean up the java doc to remove the redundant information.
- remove an "Unnecessary string length argument" code style check warning of
using substring() method.
## Verifying this change
Most part of this change is java doc cleanup without any test coverage. The
only code change to remove the style check warning is already covered by
existing tests, such as *PathTest*.
## Documentation
- Does this pull request introduce a new feature? (yes / **no**)
- If yes, how is the feature documented? (**not applicable** / docs /
JavaDocs / not documented)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]