Skip to content

Commit 61ef59d

Browse files
makaravindiluwatar
authored andcommitted
fix code example containing syntax error (iluwatar#890)
1 parent ccb257d commit 61ef59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ambassador/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A remote services represented as a singleton.
4343
public class RemoteService implements RemoteServiceInterface {
4444

4545
private static final Logger LOGGER = LoggerFactory.getLogger(RemoteService.class);
46-
private static RemoteService service = null;2
46+
private static RemoteService service = null;
4747

4848
static synchronized RemoteService getRemoteService() {
4949
if (service == null) {

0 commit comments

Comments
 (0)