Skip to content

Commit c791fb8

Browse files
committed
Reinstate OnMemberFunctionExecutionBeanDefinitionBuilder class, which was removed after rebasing on the latest changes from main.
1 parent 4aa2e43 commit c791fb8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-data-geode/src/main/java/org/springframework/data/gemfire/function/config/OnMemberFunctionExecutionBeanDefinitionBuilder.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1111
* specific language governing permissions and limitations under the License.
1212
*/
13-
1413
package org.springframework.data.gemfire.function.config;
1514

1615
import org.springframework.data.gemfire.function.execution.GemfireOnMemberFunctionTemplate;
@@ -25,10 +24,6 @@ class OnMemberFunctionExecutionBeanDefinitionBuilder extends MemberBasedFunction
2524
super(configuration);
2625
}
2726

28-
/*
29-
* (non-Javadoc)
30-
* @see org.springframework.data.gemfire.function.config.MemberBasedFunctionExecutionBeanDefinitionBuilder#getGemfireFunctionOperationsClass()
31-
*/
3227
@Override
3328
protected Class<?> getGemfireOperationsClass() {
3429
return GemfireOnMemberFunctionTemplate.class;

0 commit comments

Comments
 (0)