We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69569b commit 1be2d3aCopy full SHA for 1be2d3a
services/src/test/java/io/scalecube/services/sut/AnnotationServiceImpl.java
@@ -7,6 +7,7 @@
7
import reactor.core.publisher.Flux;
8
import reactor.core.publisher.ReplayProcessor;
9
10
+@SuppressWarnings("unused")
11
public class AnnotationServiceImpl implements AnnotationService {
12
13
private ReplayProcessor<ServiceDiscoveryEvent> serviceDiscoveryEvents;
0 commit comments