Skip to content

Commit f293230

Browse files
Fix imports and javadoc references
1 parent 6d3b7fb commit f293230

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/org/springframework/data/repository/core/RepositoryMethodContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Interface containing methods and value objects to obtain information about the current repository method invocation.
2222
* <p>
23-
* The {@link #currentMethod()} method is usable if the repository factory is configured to expose the current
23+
* The {@link #getMetadata()} method is usable if the repository factory is configured to expose the current
2424
* repository method metadata (not the default). It returns the invoked repository method. Target objects or advice can
2525
* use this to make advised calls.
2626
* <p>

src/test/java/org/springframework/data/repository/core/support/RepositoryFactorySupportUnitTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
import org.springframework.data.repository.core.NamedQueries;
5858
import org.springframework.data.repository.core.RepositoryInformation;
5959
import org.springframework.data.repository.core.RepositoryMetadata;
60+
import org.springframework.data.repository.core.RepositoryMethodContext;
6061
import org.springframework.data.repository.core.support.DummyRepositoryFactory.MyRepositoryQuery;
6162
import org.springframework.data.repository.core.support.RepositoryComposition.RepositoryFragments;
6263
import org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation;

0 commit comments

Comments
 (0)