diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-25 16:04:56 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-25 16:04:56 +0200 |
commit | 1609c61c56b527f9a2f73e1419aa5a57d9a6a06d (patch) | |
tree | 10d98e5241d4d3594ac422ea03e358c73fe7b89b /sonar-ws | |
parent | 5f0f8f48729b4091048416f5c043d0076318f26b (diff) | |
download | sonarqube-1609c61c56b527f9a2f73e1419aa5a57d9a6a06d.tar.gz sonarqube-1609c61c56b527f9a2f73e1419aa5a57d9a6a06d.zip |
SONAR-8120 Remove components list from api/measures/search
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-measures.proto | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-measures.proto b/sonar-ws/src/main/protobuf/ws-measures.proto index 16cd35a3d42..f53b81a9a10 100644 --- a/sonar-ws/src/main/protobuf/ws-measures.proto +++ b/sonar-ws/src/main/protobuf/ws-measures.proto @@ -45,13 +45,6 @@ message ComponentWsResponse { // WS api/measures/search message SearchWsResponse { repeated Measure measures = 1; - repeated Component components = 2; - - message Component { - optional string id = 1; - optional string key = 2; - optional string name = 3; - } } message Component { |