File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
java/src/org/openqa/selenium/remote/service Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -508,10 +508,10 @@ public DS build() {
508
508
if (Locale .getDefault (Locale .Category .FORMAT ).getLanguage ().equals ("ar" )) {
509
509
throw new NumberFormatException (
510
510
String .format (
511
- "Couldn't format the port numbers because the System Language is arabic:"
512
- + " \" --port=%d\ " , please make sure to add the required arguments"
513
- + " \" -Duser.language=en -Duser.region=US \" to your JVM, for more info please "
514
- + " visit :% n"
511
+ "Couldn't format the port numbers because the System Language is arabic: \" "
512
+ + String . format ( " --port=%d" , port )
513
+ + "\" , please make sure to add the required arguments \" -Duser.language=en "
514
+ + " -Duser.region=US \" to your JVM, for more info please visit :\ n "
515
515
+ " https://www.selenium.dev/documentation/webdriver/browsers/" ,
516
516
getPort ()));
517
517
}
You can’t perform that action at this time.
0 commit comments