Merge pull request #59 from simon04/patch-3
Use consistent comments in fileformat.proto
This commit is contained in:
commit
bc5ddaaa74
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue