Skip to content

Commit fe8a7f4

Browse files
Fix typo in java doc for setRetryPolicy (#6503)
Co-authored-by: Jack Berg <[email protected]>
1 parent 9bfb81b commit fe8a7f4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/http/logs/OtlpHttpLogRecordExporterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public OtlpHttpLogRecordExporterBuilder setSslContext(
166166
}
167167

168168
/**
169-
* Ses the retry policy. Retry is disabled by default.
169+
* Set the retry policy. Retry is disabled by default.
170170
*
171171
* @since 1.28.0
172172
*/

exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/http/metrics/OtlpHttpMetricExporterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public OtlpHttpMetricExporterBuilder setDefaultAggregationSelector(
212212
}
213213

214214
/**
215-
* Ses the retry policy. Retry is disabled by default.
215+
* Set the retry policy. Retry is disabled by default.
216216
*
217217
* @since 1.28.0
218218
*/

exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/http/trace/OtlpHttpSpanExporterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public OtlpHttpSpanExporterBuilder setSslContext(
167167
}
168168

169169
/**
170-
* Ses the retry policy. Retry is disabled by default.
170+
* Set the retry policy. Retry is disabled by default.
171171
*
172172
* @since 1.28.0
173173
*/

exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/logs/OtlpGrpcLogRecordExporterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public OtlpGrpcLogRecordExporterBuilder setHeaders(Supplier<Map<String, String>>
210210
}
211211

212212
/**
213-
* Ses the retry policy. Retry is disabled by default.
213+
* Set the retry policy. Retry is disabled by default.
214214
*
215215
* @since 1.28.0
216216
*/

exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/metrics/OtlpGrpcMetricExporterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public OtlpGrpcMetricExporterBuilder setDefaultAggregationSelector(
256256
}
257257

258258
/**
259-
* Ses the retry policy. Retry is disabled by default.
259+
* Set the retry policy. Retry is disabled by default.
260260
*
261261
* @since 1.28.0
262262
*/

exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/trace/OtlpGrpcSpanExporterBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public OtlpGrpcSpanExporterBuilder setHeaders(Supplier<Map<String, String>> head
207207
}
208208

209209
/**
210-
* Ses the retry policy. Retry is disabled by default.
210+
* Set the retry policy. Retry is disabled by default.
211211
*
212212
* @since 1.28.0
213213
*/

0 commit comments

Comments
 (0)