Skip to content

Commit

Permalink
make public getNodeRow(List<String> nodes, SearchType... searchTypes)…
Browse files Browse the repository at this point in the history
… method
  • Loading branch information
vculea committed Nov 27, 2024
1 parent 669c33c commit b308ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sdl/selenium/extjs6/tree/Tree.java
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ public Row getNode(boolean doScroll, List<String> nodes, Action action, SearchTy
return getNodeRow(nodes, searchTypes);
}

private Row getNodeRow(List<String> nodes, SearchType... searchTypes) {
public Row getNodeRow(List<String> nodes, SearchType... searchTypes) {
int size = nodes.size();
if (size == 0) {
return null;
Expand Down

0 comments on commit b308ec4

Please sign in to comment.