From eccef0c2557e1dc873d93849401e3173fb791ee2 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Mon, 4 Jan 2021 10:07:12 +0100 Subject: [PATCH] Use consistent comments in fileformat.proto --- src/fileformat.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileformat.proto b/src/fileformat.proto index 518e1bb..9e9b9bb 100644 --- a/src/fileformat.proto +++ b/src/fileformat.proto @@ -39,7 +39,7 @@ message Blob { // Possible compressed versions of the data. 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; // Formerly used for bzip2 compressed data. Deprecated in 2010.