mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Make RequestInfo public
This commit is contained in:
parent
aa812ba7f1
commit
b846979ecd
@ -191,7 +191,7 @@ public class InventoryMonitor {
|
||||
}
|
||||
|
||||
@Getter
|
||||
static class RequestInfo {
|
||||
public static class RequestInfo {
|
||||
private final long requestStartTime;
|
||||
@Setter
|
||||
private long responseTime;
|
||||
|
Loading…
Reference in New Issue
Block a user