Skip to content

Commit bbe46a1

Browse files
authored
Update SeleniumManager.java
1 parent c853c84 commit bbe46a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/manager/SeleniumManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* <p>The Selenium-Manager binaries are distributed in a JAR file
4949
* (org.openqa.selenium:selenium-manager) for the Java binding language. Since these binaries are
5050
* compressed within these JAR, we need to serialize the proper binary for the current platform
51-
* (Windows, macOS, or ) as an executable file. To implement this we use a singleton pattern,
51+
* (Windows, macOS, or Linux) as an executable file. To implement this we use a singleton pattern,
5252
* since this way, we have a single instance in the JVM, and we reuse the resulting binary for all
5353
* the calls to the Selenium Manager singleton during all the Java process lifetime, deleting the
5454
* binary (stored as a local temporal file) on runtime shutdown.

0 commit comments

Comments
 (0)