Skip to content

Commit 59fa416

Browse files
committed
chore(api): remove unused branch query parameter
1 parent ff65c5a commit 59fa416

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

core/com.b2international.snowowl.core.rest/src/com/b2international/snowowl/core/rest/resource/TerminologyResourceRestSearch.java

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 B2i Healthcare Pte Ltd, http://b2i.sg
2+
* Copyright 2021-2022 B2i Healthcare Pte Ltd, http://b2i.sg
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -26,9 +26,6 @@
2626
*/
2727
public class TerminologyResourceRestSearch extends BaseResourceRestSearch {
2828

29-
@Parameter
30-
private List<String> branch;
31-
3229
@Parameter
3330
private List<String> toolingId;
3431

@@ -46,14 +43,6 @@ public void setOid(List<String> oid) {
4643
this.oid = oid;
4744
}
4845

49-
public List<String> getBranch() {
50-
return branch;
51-
}
52-
53-
public void setBranch(List<String> branchPath) {
54-
this.branch = branchPath;
55-
}
56-
5746
public List<String> getToolingId() {
5847
return toolingId;
5948
}

0 commit comments

Comments
 (0)