Skip to content

Commit 2090231

Browse files
committed
[Feature/Add_Relative_Locators] Add private constructor for RelativeBySupplier class
1 parent 469f454 commit 2090231

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/aquality/selenium/locators/RelativeBySupplier.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
import org.openqa.selenium.By;
44

55
public class RelativeBySupplier {
6+
7+
private RelativeBySupplier() {
8+
}
9+
610
public static RelativeBy with(By by) {
711
return new RelativeBy(by);
812
}

0 commit comments

Comments
 (0)