Skip to content

Commit 5b1c5b6

Browse files
Remove unused import
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent 739f505 commit 5b1c5b6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/main/java/org/springframework/data/repository/aot/generate/RepositoryContributor.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 the original author or authors.
2+
* Copyright 2024-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -31,8 +31,6 @@
3131
import org.springframework.data.repository.query.QueryMethod;
3232
import org.springframework.javapoet.JavaFile;
3333
import org.springframework.javapoet.TypeName;
34-
import org.springframework.util.StringUtils;
35-
import org.springframework.javapoet.TypeSpec;
3634

3735
/**
3836
* Contributor for AOT repository fragments.

src/main/java/org/springframework/data/util/TypeContributor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import org.springframework.aot.generate.GenerationContext;
2424
import org.springframework.aot.hint.BindingReflectionHintsRegistrar;
25-
import org.springframework.aot.hint.MemberCategory;
2625
import org.springframework.core.annotation.MergedAnnotation;
2726

2827
/**

0 commit comments

Comments
 (0)