mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-02 18:19:27 +00:00
review feedback
This commit is contained in:
parent
66618ec6bd
commit
6451b9691e
@ -81,7 +81,7 @@ public class SubscriptionChannelRegistry {
|
||||
return mySubscriptionChannelCache.get(theChannelName);
|
||||
}
|
||||
|
||||
public int size() {
|
||||
public synchronized int size() {
|
||||
return mySubscriptionChannelCache.size();
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@ import java.util.List;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class SubscriptionLoaderTest extends BaseBlockingQueueSubscribableChannelDstu3Test {
|
||||
private static final int MOCK_FHIR_CLIENT_FAILURES = 5;
|
||||
private static final int MOCK_FHIR_CLIENT_FAILURES = 3;
|
||||
@Autowired
|
||||
private MockFhirClientSubscriptionProvider myMockFhirClientSubscriptionProvider;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user