diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2017-07-26 17:49:45 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2017-07-26 17:49:45 +0200 |
commit | acdecb5ce3d6ce8aebc8685bf7bda8e7a218245c (patch) | |
tree | b290aa3f2f218d59f8a1847130c9a34fd51db99d /sonar-ws | |
parent | f4c2e0eb9afe66f5e71e9f1447f059dd15b143ff (diff) | |
download | sonarqube-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.proto | 2 |
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; |