Skip to content

Commit

Permalink
Clean up javadoc warnings in OpenCensusUtils (#714)
Browse files Browse the repository at this point in the history
* Clean up javadoc warnings

* Remove redundant wording
  • Loading branch information
chingor13 authored Jun 17, 2019
1 parent 97ba2c7 commit e63e009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit e63e009

Please sign in to comment.