correct a bit of bad javadoc (#2193)

This commit is contained in:
John Watson 2020-12-03 12:11:11 -08:00 committed by GitHub
parent 4762c6a25d
commit a5d261c9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import zipkin2.reporter.okhttp3.OkHttpSender;
* <p>For environment variables, {@link ZipkinSpanExporter} will look for the following names: * <p>For environment variables, {@link ZipkinSpanExporter} will look for the following names:
* *
* <ul> * <ul>
* <li>{@code OTEL_EXPORTER_ZIPKIN_ENDPOINT}: to set the service name. * <li>{@code OTEL_EXPORTER_ZIPKIN_SERVICE_NAME}: to set the service name.
* <li>{@code OTEL_EXPORTER_ZIPKIN_ENDPOINT}: to set the endpoint URL. * <li>{@code OTEL_EXPORTER_ZIPKIN_ENDPOINT}: to set the endpoint URL.
* </ul> * </ul>
*/ */