Skip to content

Commit 260dd8c

Browse files
committed
code style
1 parent 3cf252e commit 260dd8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/openqa/selenium/htmlunit/options/HtmlUnitOption.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ public Object obtain(final WebClientOptions options) {
10201020

10211021
/**
10221022
* Get the enumerated constant for the specified option key name.
1023-
*
1023+
*
10241024
* @param key option key name
10251025
* @return {@link HtmlUnitOption} constant for option key; {@code null} if constant not found
10261026
*/
@@ -1035,7 +1035,7 @@ public static HtmlUnitOption fromCapabilityKey(final String key) {
10351035

10361036
/**
10371037
* Get the enumerated constant for the specified system property name.
1038-
*
1038+
*
10391039
* @param name system property name
10401040
* @return {@link HtmlUnitOption} constant for property name; {@code null} if constant not found
10411041
*/

0 commit comments

Comments
 (0)