From 30e209cda5fb6f1bdbbf4cde7b89098e0df8aadf Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 13 May 2016 21:50:23 +0200 Subject: [PATCH] Fix comment in scanner_report.proto --- .../src/main/protobuf/scanner_report.proto | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index d58fc8d4518..1a6efc592f9 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -16,22 +16,16 @@ // along with this program; if not, write to the Free Software Foundation, // Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -/* -Notes - - "required" fields are not used as recommended by Google to keep forward-compatibility: - https://developers.google.com/protocol-buffers/docs/proto#simple - - - this is beta version of specification. It will evolve during next releases and is - not forward-compatible yet. -*/ +// IMPORTANT +// This is beta version of specification. It will evolve during next +// releases and is not forward-compatible yet. syntax = "proto3"; import "constants.proto"; option java_package = "org.sonar.scanner.protocol.output"; - option optimize_for = SPEED; message Metadata { -- 2.39.5