Closes gh-14843
This commit is contained in:
Johnny Lim
2018-10-16 07:15:08 +09:00
committed by Stephane Nicoll
parent 39f8b685df
commit 7f9671fd14
7 changed files with 17 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ public final class HttpTrace {
private volatile Long timeTaken;
/**
* Creates a fully-configured {@code HttpTrace} instance. Primarly for use by
* Creates a fully-configured {@code HttpTrace} instance. Primarily for use by
* {@link HttpTraceRepository} implementations when recreating a trace from a
* persistent store.
* @param request the request
@@ -137,7 +137,7 @@ public final class HttpTrace {
}
/**
* Creates a fully-configured {@code Request} instance. Primarly for use by
* Creates a fully-configured {@code Request} instance. Primarily for use by
* {@link HttpTraceRepository} implementations when recreating a request from a
* persistent store.
* @param method the HTTP method of the request
@@ -186,7 +186,7 @@ public final class HttpTrace {
}
/**
* Creates a fully-configured {@code Response} instance. Primarly for use by
* Creates a fully-configured {@code Response} instance. Primarily for use by
* {@link HttpTraceRepository} implementations when recreating a response from a
* persistent store.
* @param status the status of the response