diff options
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index a4ce5baed97..d67bc02ef6d 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -60,9 +60,8 @@ message ShowWsResponse { optional string resolution = 6; optional int32 line = 7; optional string message = 8; - optional string assignee = 9; - // SCM login of the committer who introduced the issue - optional string author = 10; + optional sonarqube.ws.commons.User assignee = 9; + optional sonarqube.ws.commons.User author = 10; optional string creationDate = 11; optional string updateDate = 12; optional sonarqube.ws.commons.TextRange textRange = 13; |