diff options
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-hotspots.proto | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-hotspots.proto b/sonar-ws/src/main/protobuf/ws-hotspots.proto index cef59629a8e..e851afb7adb 100644 --- a/sonar-ws/src/main/protobuf/ws-hotspots.proto +++ b/sonar-ws/src/main/protobuf/ws-hotspots.proto @@ -57,8 +57,7 @@ message ShowWsResponse { optional Component project = 3; optional Rule rule = 4; optional string status = 5; -// FIXME resolution field will be added later -// optional string resolution = 6; + optional string resolution = 6; optional int32 line = 7; optional string message = 8; optional string assignee = 9; |