From c4b34fb9e23aab65b3eb5204b3f3ca17f6689c27 Mon Sep 17 00:00:00 2001 From: Teryk Bellahsene Date: Tue, 3 Jan 2017 09:21:09 +0100 Subject: [PATCH] Remove unecessary import in notification protobuf file --- sonar-ws/src/main/protobuf/ws-notifications.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/sonar-ws/src/main/protobuf/ws-notifications.proto b/sonar-ws/src/main/protobuf/ws-notifications.proto index aada1123e58..1cf7782806c 100644 --- a/sonar-ws/src/main/protobuf/ws-notifications.proto +++ b/sonar-ws/src/main/protobuf/ws-notifications.proto @@ -20,8 +20,6 @@ syntax = "proto2"; package sonarqube.ws.notification; -import "ws-commons.proto"; - option java_package = "org.sonarqube.ws"; option java_outer_classname = "Notifications"; option optimize_for = SPEED; -- 2.39.5