aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2017-07-26 17:49:45 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2017-07-26 17:49:45 +0200
commitacdecb5ce3d6ce8aebc8685bf7bda8e7a218245c (patch)
treeb290aa3f2f218d59f8a1847130c9a34fd51db99d /sonar-ws
parentf4c2e0eb9afe66f5e71e9f1447f059dd15b143ff (diff)
downloadsonarqube-acdecb5ce3d6ce8aebc8685bf7bda8e7a218245c.tar.gz
sonarqube-acdecb5ce3d6ce8aebc8685bf7bda8e7a218245c.zip
Revert "SONAR-9584 Add root project key to response of api/components/search"
This reverts commit f4c2e0eb9afe66f5e71e9f1447f059dd15b143ff.
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-components.proto2
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-components.proto b/sonar-ws/src/main/protobuf/ws-components.proto
index 4a7fe369ced..58b02d9687c 100644
--- a/sonar-ws/src/main/protobuf/ws-components.proto
+++ b/sonar-ws/src/main/protobuf/ws-components.proto
@@ -118,8 +118,6 @@ message Component {
optional Tags tags = 14;
optional string visibility = 15;
optional string leakPeriodDate = 16;
- // Root project key
- optional string projectKey = 17;
message Tags {
repeated string tags = 1;