Skip to content

Commit 6ec36b7

Browse files
committed
Minor text change. No logical change
1 parent 95776ce commit 6ec36b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/remote/RemoteWebDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ public String getText() {
10831083
*/
10841084
@Override
10851085
public void sendKeys(String keysToSend) {
1086-
if(keysToSend==null) {
1086+
if (keysToSend == null) {
10871087
throw new IllegalArgumentException("Keys to send should be a not null CharSequence");
10881088
}
10891089
execute(DriverCommand.SET_ALERT_VALUE(keysToSend));

0 commit comments

Comments
 (0)