aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf/ws-duplications.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-duplications.proto')
-rw-r--r--sonar-ws/src/main/protobuf/ws-duplications.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-duplications.proto b/sonar-ws/src/main/protobuf/ws-duplications.proto
index f8b292ec4e8..50f72a22ffd 100644
--- a/sonar-ws/src/main/protobuf/ws-duplications.proto
+++ b/sonar-ws/src/main/protobuf/ws-duplications.proto
@@ -51,4 +51,5 @@ message File {
string subProject = 7;
string subProjectUuid = 8;
string subProjectName = 9;
+ string branch = 10;
}