-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit 88ccf10
authored
[java] fix line numbers in install_library.md (#1856)
This:
```xml
<dependencies>
<dependency>
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>...</version>
```
Becomes:
```xml
<dependency>
<groupId>...</groupId>
<artifactId>...</artifactId>
<version>...</version>
</dependency>
```
Affected page: https://www.selenium.dev/documentation/webdriver/getting_started/install_library/ 1 parent c5657ae commit 88ccf10
File tree
4 files changed
+4
-4
lines changed- website_and_docs/content/documentation/webdriver/getting_started
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | - | ||
30 | + | ||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | - | ||
28 | + | ||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | - | ||
30 | + | ||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | - | ||
28 | + | ||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments