Move custom ResultCollectors from o.s.data.geode.function.execute to o.s.boot.data.geode.function.support.

This commit is contained in:
John Blum
2018-05-24 12:57:21 -07:00
parent 02ca816264
commit 2721df2003
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
* permissions and limitations under the License.
*/
package org.springframework.data.gemfire.function.execution;
package org.springframework.boot.data.geode.function.support;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicBoolean;

View File

@@ -14,7 +14,7 @@
* permissions and limitations under the License.
*/
package org.springframework.data.gemfire.function.execution;
package org.springframework.boot.data.geode.function.support;
import java.util.Collections;
import java.util.Iterator;
@@ -29,7 +29,7 @@ import org.apache.geode.distributed.DistributedMember;
*
* @author John Blum
* @see org.apache.geode.cache.execute.ResultCollector
* @see org.springframework.data.gemfire.function.execution.AbstractResultCollector
* @see org.springframework.boot.data.geode.function.support.AbstractResultCollector
* @since 1.0.0
*/
@SuppressWarnings("unused")