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 ccb257d commit 61ef59dCopy full SHA for 61ef59d
ambassador/README.md
@@ -43,7 +43,7 @@ A remote services represented as a singleton.
43
public class RemoteService implements RemoteServiceInterface {
44
45
private static final Logger LOGGER = LoggerFactory.getLogger(RemoteService.class);
46
- private static RemoteService service = null;2
+ private static RemoteService service = null;
47
48
static synchronized RemoteService getRemoteService() {
49
if (service == null) {
0 commit comments