Revert "REPO-4709 remove cloud sync (#793)" (#805)

This reverts commit ce1733b0be.
This commit is contained in:
NITHIN NAMBIAR
2020-02-06 15:43:18 +00:00
committed by GitHub
parent 724dca073e
commit cdabbb613f

View File

@@ -127,6 +127,13 @@ public interface LicenseDescriptor
*/
public LicenseMode getLicenseMode();
/**
* Get the cloud sync key or <code>null</code>
* @return the cloud sync key
*/
public String getCloudSyncKey();
/**
* Does this license allow clustering?
*