aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/protobuf
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-23 00:00:36 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-04-23 19:23:31 +0200
commit5b0b77ac366811d1aa67e15adc10b09eb6351548 (patch)
tree810dd5f06c6c12a1bfbc0787e79b8beaad7d28a4 /sonar-batch-protocol/src/main/protobuf
parent4cb7edb0029e605faf960d9d569341c10c4897b2 (diff)
downloadsonarqube-5b0b77ac366811d1aa67e15adc10b09eb6351548.tar.gz
sonarqube-5b0b77ac366811d1aa67e15adc10b09eb6351548.zip
SONAR-6392 Drop measure trends
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf')
-rw-r--r--sonar-batch-protocol/src/main/protobuf/batch_report.proto5
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto
index 02af18c8520..9a955eb1323 100644
--- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto
+++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto
@@ -108,9 +108,8 @@ message Measure {
optional double variation_value_3 = 16;
optional double variation_value_4 = 17;
optional double variation_value_5 = 18;
- optional int32 tendency = 19;
- optional int32 characteric_id = 20;
- optional int32 person_id = 21;
+ optional int32 characteric_id = 19;
+ optional int32 person_id = 20;
}
message Measures {