Skip to content

Commit e63e009

Browse files
authored
Clean up javadoc warnings in OpenCensusUtils (#714)
* Clean up javadoc warnings * Remove redundant wording
1 parent 97ba2c7 commit e63e009

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google-http-client/src/main/java/com/google/api/client/http/HttpRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ public HttpResponse call() throws Exception {
11241124
/**
11251125
* {@link Beta} <br>
11261126
* Executes this request asynchronously using {@link #executeAsync(Executor)} in a single separate
1127-
* thread using {@link Executors#newFixedThreadPool(1)}.
1127+
* thread using {@link Executors#newFixedThreadPool(int)}.
11281128
*
11291129
* @return A future for accessing the results of the asynchronous request.
11301130
* @since 1.13

google-http-client/src/main/java/com/google/api/client/http/OpenCensusUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void setPropagationTextFormat(@Nullable TextFormat textFormat) {
8181
}
8282

8383
/**
84-
* Sets the {@link TextFormat.Setter} used in context propagation.
84+
* Sets the {@link io.opencensus.trace.propagation.TextFormat.Setter} used in context propagation.
8585
*
8686
* <p>This API allows users of google-http-client to specify other text format setter, or disable
8787
* context propagation by setting it to {@code null}. It should be used along with {@link

google-http-client/src/main/java/com/google/api/client/json/JsonParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* <p>
5454
*
5555
* <p>If a JSON map is encountered while using a destination class of type Map, then an {@link
56-
* ArrayMap} is used by default for the parsed values.
56+
* java.util.ArrayMap} is used by default for the parsed values.
5757
*
5858
* @since 1.3
5959
* @author Yaniv Inbar

0 commit comments

Comments
 (0)