Skip to content

Commit 4740fab

Browse files
thebenlammddavison
authored andcommitted
remove extra word from java doc
Signed-off-by: Daniel Davison <[email protected]>
1 parent 025e7a2 commit 4740fab

File tree

1 file changed

+1
-1
lines changed
  • java/client/src/org/openqa/selenium

1 file changed

+1
-1
lines changed

Diff for: java/client/src/org/openqa/selenium/By.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* Mechanism used to locate elements within a document. In order to create your own locating
3333
* mechanisms, it is possible to subclass this class and override the protected methods as required,
34-
* though it is expected that that all subclasses rely on the basic finding mechanisms provided
34+
* though it is expected that all subclasses rely on the basic finding mechanisms provided
3535
* through static methods of this class:
3636
*
3737
* <code>

0 commit comments

Comments
 (0)