Merge pull request #59 from simon04/patch-3

Use consistent comments in fileformat.proto
This commit is contained in:
Jochen Topf 2021-01-04 10:23:01 +01:00 committed by GitHub
commit bc5ddaaa74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ message Blob {
// Possible compressed versions of the data. // Possible compressed versions of the data.
optional bytes zlib_data = 3; optional bytes zlib_data = 3;
// PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED. // For LZMA compressed data (optional)
optional bytes lzma_data = 4; optional bytes lzma_data = 4;
// Formerly used for bzip2 compressed data. Deprecated in 2010. // Formerly used for bzip2 compressed data. Deprecated in 2010.