Move custom ResultCollectors from o.s.data.geode.function.execute to o.s.boot.data.geode.function.support.
This commit is contained in:
@@ -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;
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user