Make RequestInfo public

This commit is contained in:
chimp1984 2020-10-17 19:12:20 -05:00
parent aa812ba7f1
commit b846979ecd
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -191,7 +191,7 @@ public class InventoryMonitor {
}
@Getter
static class RequestInfo {
public static class RequestInfo {
private final long requestStartTime;
@Setter
private long responseTime;