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 51c3133b0ec..66ea284f4a9 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -66,6 +66,7 @@ message ShowWsResponse { optional sonarqube.ws.commons.TextRange textRange = 13; repeated sonarqube.ws.commons.Changelog changelog = 14; repeated sonarqube.ws.commons.Comment comment = 15; + repeated sonarqube.ws.commons.User users = 16; } message Component { |