Skip to content

Clean up javadoc warnings in OpenCensusUtils #714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ public HttpResponse call() throws Exception {
/**
* {@link Beta} <br>
* Executes this request asynchronously using {@link #executeAsync(Executor)} in a single separate
* thread using {@link Executors#newFixedThreadPool(1)}.
* thread using {@link Executors#newFixedThreadPool(int)}.
*
* @return A future for accessing the results of the asynchronous request.
* @since 1.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static void setPropagationTextFormat(@Nullable TextFormat textFormat) {
}

/**
* Sets the {@link TextFormat.Setter} used in context propagation.
* Sets the {@link io.opencensus.trace.propagation.TextFormat.Setter} used in context propagation.
*
* <p>This API allows users of google-http-client to specify other text format setter, or disable
* context propagation by setting it to {@code null}. It should be used along with {@link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* <p>
*
* <p>If a JSON map is encountered while using a destination class of type Map, then an {@link
* ArrayMap} is used by default for the parsed values.
* java.util.ArrayMap} is used by default for the parsed values.
*
* @since 1.3
* @author Yaniv Inbar
Expand Down