Browse Source

Remove unecessary import in notification protobuf file

tags/6.3-RC1
Teryk Bellahsene 7 years ago
parent
commit
c4b34fb9e2
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      sonar-ws/src/main/protobuf/ws-notifications.proto

+ 0
- 2
sonar-ws/src/main/protobuf/ws-notifications.proto View File

@@ -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;

Loading…
Cancel
Save