aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2017-01-03 09:21:09 +0100
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2017-01-03 09:21:09 +0100
commitc4b34fb9e23aab65b3eb5204b3f3ca17f6689c27 (patch)
treeaac26c128e68adb19027b2ae0515b93236baf8b2 /sonar-ws
parentcc64c7e8c65c1627d755440af361879344b865e2 (diff)
downloadsonarqube-c4b34fb9e23aab65b3eb5204b3f3ca17f6689c27.tar.gz
sonarqube-c4b34fb9e23aab65b3eb5204b3f3ca17f6689c27.zip
Remove unecessary import in notification protobuf file
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/src/main/protobuf/ws-notifications.proto2
1 files changed, 0 insertions, 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;