Skip to content

Commit 3b2cf12

Browse files
author
innokenty
committed
add getter of all quotas map to ConfigRepository
1 parent 41af67b commit 3b2cf12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proxy/src/main/java/ru/qatools/gridrouter/ConfigRepository.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ public void beanChanged(Path filename, Browsers browsers) {
7272
}
7373
}
7474

75+
public Map<String, Browsers> getQuotaMap() {
76+
return userBrowsers;
77+
}
78+
7579
public Map<String, String> getRoutes() {
7680
return routes;
7781
}

0 commit comments

Comments
 (0)