]> source.dussan.org Git - sonarqube.git/commitdiff
Fix comment in scanner_report.proto
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 13 May 2016 19:50:23 +0000 (21:50 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 16 May 2016 08:17:45 +0000 (10:17 +0200)
sonar-scanner-protocol/src/main/protobuf/scanner_report.proto

index d58fc8d4518caa5dbe9552e0a17b3872eaace0be..1a6efc592f9fb4f2bf2c7d5d2ddd9c378fad34c3 100644 (file)
 // 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 {