diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-03-13 21:53:40 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-03-17 12:16:34 +0100 |
commit | 874614a2c6ba28185879abc248748ae087a23b46 (patch) | |
tree | ba9eb832765e8d3a7b3879e581fae2468facbe89 /sonar-batch-protocol/src/main/protobuf | |
parent | 7485c34dead228336791067e3a6b03cbb3dcaaa2 (diff) | |
download | sonarqube-874614a2c6ba28185879abc248748ae087a23b46.tar.gz sonarqube-874614a2c6ba28185879abc248748ae087a23b46.zip |
SONAR-6276 SONAR-6288 Feed events and version in analysis report and drop ability to create custom event on batch side
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf')
-rw-r--r-- | sonar-batch-protocol/src/main/protobuf/batch_report.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto index 4f5145cb87b..b281fd69e57 100644 --- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto +++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto @@ -77,7 +77,7 @@ message Component { // temporary fields during development of computation stack optional int64 snapshot_id = 8; optional string uuid = 9; - repeated Event events = 11; + repeated Event event = 11; } message Issue { |