fix code example containing syntax error (#890)
This commit is contained in:
parent
ccb257d525
commit
61ef59de02
@ -43,7 +43,7 @@ A remote services represented as a singleton.
|
||||
public class RemoteService implements RemoteServiceInterface {
|
||||
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(RemoteService.class);
|
||||
private static RemoteService service = null;2
|
||||
private static RemoteService service = null;
|
||||
|
||||
static synchronized RemoteService getRemoteService() {
|
||||
if (service == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user