From 4f8796c39feec635aa736945839aad48170ae024 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Wed, 18 Nov 2020 22:23:15 +0100 Subject: SONAR-14113 Make hotspot show WS public, add line hash of primary location --- sonar-ws/src/main/protobuf/ws-hotspots.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-ws/src/main') diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index 40e6fb62af6..36ae0002267 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -58,6 +58,7 @@ message ShowWsResponse { optional string status = 5; optional string resolution = 6; optional int32 line = 7; + optional string hash = 18; optional string message = 8; optional string assignee = 9; optional string author = 10; -- cgit v1.2.3