Skip to content

Commit f8588d2

Browse files
committed
Addressing code review comments.
1 parent b837e4c commit f8588d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/trace/samplers

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/trace/samplers/SamplingIntent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static SamplingIntent create(
3333
* (reciprocal of sampling probability, used by Span-to-Metrics estimation) reliably, because a
3434
* non-consistent-probability sampling decision might have affected the threshold value.
3535
*
36-
* @return true iff the threshold can be reliably used for adjusted count calculation
36+
* @return true if and only if the threshold can be reliably used for adjusted count calculation
3737
*/
3838
boolean isAdjustedCountReliable();
3939

0 commit comments

Comments
 (0)