diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-12-09 12:04:26 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-13 20:46:30 +0100 |
commit | 914778df852bc2bcc9e4274045820435923f4793 (patch) | |
tree | 14ff753ca5b69daa5818731676f604e017a874ed /sonar-ws | |
parent | 965271a98d0a9ce7062baa9de53bdd042e0a7c35 (diff) | |
download | sonarqube-914778df852bc2bcc9e4274045820435923f4793.tar.gz sonarqube-914778df852bc2bcc9e4274045820435923f4793.zip |
SONAR-12720 add comments to response of WS api/hotspots/show
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index 1606042472f..51c3133b0ec 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -65,6 +65,7 @@ message ShowWsResponse { optional string updateDate = 12; optional sonarqube.ws.commons.TextRange textRange = 13; repeated sonarqube.ws.commons.Changelog changelog = 14; + repeated sonarqube.ws.commons.Comment comment = 15; } message Component { |