9596979899100101
public DefaultGeoServerSynchronizationService(GeoServer geoServer, GSSConfiguration configuration) { this.catalog = geoServer.getCatalog(); this.configuration = configuration; this.core = new GSSCore(geoServer); }
6465666768697071
GSSClientFactory clientFactory; public SynchronizationManager(GeoServer geoServer, GSSClientFactory clientFactory) { this.catalog = geoServer.getCatalog(); this.core = new GSSCore(geoServer); this.clientFactory = clientFactory; }
6566676869707172
96979899100101102