Remove unused imports.

This cleans up a couple of classes by removing unused imports.

Original pull request: #3240

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
(cherry picked from commit 18f27e7e95)
This commit is contained in:
Tran Ngoc Nhan
2025-02-09 09:56:06 +07:00
committed by Chris Bono
parent 80272e6446
commit 14fadc03e6
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
*/
package org.springframework.data.aot;
import java.lang.reflect.Executable;
import java.lang.reflect.Method;
import java.util.Collections;
import java.util.List;

View File

@@ -18,7 +18,6 @@ package org.springframework.data.repository.config;
import java.util.Collection;
import java.util.Optional;
import java.util.Set;
import java.util.function.Supplier;
import java.util.stream.Collectors;
import org.springframework.beans.factory.config.BeanDefinition;