diff options
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-hotspots.proto')
-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 { |