aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/protobuf
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2015-04-17 17:43:59 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2015-04-20 10:54:26 +0200
commit5184eb75a04d52848226067b30eda5e652029cdf (patch)
tree76d4702592f6e46b823454d2dd27ed72ac4e5de7 /sonar-batch-protocol/src/main/protobuf
parent01f3bef8f77526fb5f5f2dbe94390d42be7fa2bc (diff)
downloadsonarqube-5184eb75a04d52848226067b30eda5e652029cdf.tar.gz
sonarqube-5184eb75a04d52848226067b30eda5e652029cdf.zip
sanitize batch protocol domains relating to use of singular/plural
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf')
-rw-r--r--sonar-batch-protocol/src/main/protobuf/batch_report.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto
index 99825feb940..6f3620a22dc 100644
--- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto
+++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto
@@ -157,10 +157,10 @@ message Issues {
optional string component_uuid = 3;
}
-message Scm {
+message Changesets {
optional int32 component_ref = 1;
repeated Changeset changeset = 2;
- // if changesetIndexByLine[3] = 2 then it means that changeset[2] is the last one on line 4
+ // if changesetIndexByLine[5] = 2 then it means that changeset[2] is the last one on line 6
repeated int32 changesetIndexByLine = 3 [packed = true];
message Changeset {