Skip to content

Commit

Permalink
run format script
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Devora committed Nov 25, 2023
1 parent 5b8df6e commit 803265b
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 64 deletions.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/support/events/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ java_library(
],
deps = [
"//java/src/org/openqa/selenium:core",
"//java/src/org/openqa/selenium/remote",
"//java/src/org/openqa/selenium/support/decorators",
"//java/src/org/openqa/selenium/remote:remote",
],
)
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,13 @@ public class EventFiringDecorator<T extends WebDriver> extends WebDriverDecorato
private final List<WebDriverListener> listeners;

/**
*
* @param listeners the listeners to notify about events happening in the decorated WebDriver
*/
public EventFiringDecorator(WebDriverListener... listeners) {
this.listeners = Arrays.asList(listeners);
}

/**
*
* @param targetClass the class of the WebDriver to be decorated
* @param listeners the listeners to notify about events happening in the decorated WebDriver
*/
Expand Down
Loading

0 comments on commit 803265b

Please sign in to comment.