Skip to content

Commit

Permalink
[wdc] Update Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Dec 21, 2022
1 parent f125cd0 commit 11fdf07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* import org.openqa.selenium.WebDriver;
* import com.github.ngoanh2n.wdc.WebDriverProvider;
*
* public class MyWebDriverService implements WebDriverProvider {
* public class MyWebDriverProvider implements WebDriverProvider {
* public WebDriver serve() {
* WebDriver driver = MyStaticDriver.getDriver();
* return driver;
Expand All @@ -30,7 +30,7 @@
* <ul>
* <li>Location: {@code resources/META-INF/services}
* <li>Name: {@code com.github.ngoanh2n.wdc.WebDriverProvider}
* <li>Content: {@code com.company.project.impl.MyWebDriverService}
* <li>Content: {@code com.company.project.impl.MyWebDriverProvider}
* </ul>
* </ul>
*
Expand Down

0 comments on commit 11fdf07

Please sign in to comment.