90919293949596979899100
public static RestService getRestService() { if (restService == null) { synchronized(AdaptrexRegistry.class) { if (restService == null) { restService = new AdaptrexRestService(); } } } return restService; }
7576777879808182838485