Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.3.2
Description
Currently method in DistCpOptions withCRC was used as the following
```
withCRC(true) means check without crc
withCRC(false) means check with crc
```
which mislead the developer when we pass the paramter, we can rename the method to clear that.after that it should be:
```
withSkipCRC(true) means check without crc
withSkipCRC(false) means check with crc
```
so it will be more understandable.
Attachments
Issue Links
- links to