DATAGEODE-322 - Adapt to RestoreRedundanyResults moving from 'org.apache.geode.cache.control' to 'org.apache.geode.management.runtime' in Apache Geode 1.13.0.

Resolves DATAGEODE-353 - Fix package name change for class RestoreRedundancyResults.
This commit is contained in:
John Blum
2020-07-13 13:57:54 -07:00
parent 685f953fe7
commit 51c9a232cc

View File

@@ -26,7 +26,7 @@ import org.apache.geode.cache.control.RebalanceFactory;
import org.apache.geode.cache.control.RebalanceOperation;
import org.apache.geode.cache.control.ResourceManager;
import org.apache.geode.cache.control.RestoreRedundancyOperation;
import org.apache.geode.cache.control.RestoreRedundancyResults;
import org.apache.geode.management.runtime.RestoreRedundancyResults;
/**
* @author John Blum