File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
google-http-client/src/main/java/com/google/api/client Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1124,7 +1124,7 @@ public HttpResponse call() throws Exception {
1124
1124
/**
1125
1125
* {@link Beta} <br>
1126
1126
* 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 )}.
1128
1128
*
1129
1129
* @return A future for accessing the results of the asynchronous request.
1130
1130
* @since 1.13
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public static void setPropagationTextFormat(@Nullable TextFormat textFormat) {
81
81
}
82
82
83
83
/**
84
- * Sets the {@link TextFormat.Setter} used in context propagation.
84
+ * Sets the {@link io.opencensus.trace.propagation. TextFormat.Setter} used in context propagation.
85
85
*
86
86
* <p>This API allows users of google-http-client to specify other text format setter, or disable
87
87
* context propagation by setting it to {@code null}. It should be used along with {@link
Original file line number Diff line number Diff line change 53
53
* <p>
54
54
*
55
55
* <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.
57
57
*
58
58
* @since 1.3
59
59
* @author Yaniv Inbar
You can’t perform that action at this time.
0 commit comments