File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
java/src/org/openqa/selenium/chromium Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ public Duration getLatency() {
62
62
}
63
63
64
64
/**
65
- * Sets the simulated latency of the connection.
65
+ * Sets the simulated latency of the connection.
66
66
*
67
- * @param latency amount of latency, typically a Duration of millisceonds .
67
+ * @param latency amount of latency, typically a Duration of milliseconds .
68
68
*/
69
69
public void setLatency (Duration latency ) {
70
70
this .latency = latency ;
@@ -80,9 +80,9 @@ public int getDownloadThroughput() {
80
80
}
81
81
82
82
/**
83
- * ets the throughput of the network connection in kb/second for downloading.
83
+ * Sets the throughput of the network connection in kb/second for downloading.
84
84
*
85
- * @param downloadThroughput thoughput in kb/second
85
+ * @param downloadThroughput throughput in kb/second
86
86
*/
87
87
public void setDownloadThroughput (int downloadThroughput ) {
88
88
this .downloadThroughput = downloadThroughput ;
@@ -98,9 +98,9 @@ public int getUploadThroughput() {
98
98
}
99
99
100
100
/**
101
- * ets the throughput of the network connection in kb/second for uploading.
101
+ * Sets the throughput of the network connection in kb/second for uploading.
102
102
*
103
- * @param uploadThroughput thoughput in kb/second
103
+ * @param uploadThroughput throughput in kb/second
104
104
*/
105
105
public void setUploadThroughput (int uploadThroughput ) {
106
106
this .uploadThroughput = uploadThroughput ;
You can’t perform that action at this time.
0 commit comments