Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.springframework.data.mapping.model.ClassGeneratingPropertyAccessorFactory.PropertyAccessorClassGenerator;

/**
* Unit tests for {@link PropertyAccessorClassGeneratorUnitTests}.
* Unit tests for {@link PropertyAccessorClassGenerator}.
*
* @author Oliver Drotbohm
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.springframework.util.ClassUtils;

/**
* Unit tests for {@link DefaultImplementationLookupConfigurationUnitTests}.
* Unit tests for {@link DefaultImplementationLookupConfiguration}.
*
* @author Mark Paluch
* @author Kyrylo Merzlikin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.springframework.data.annotation.Persistent;

/**
* Unit tests for {@link AnnotatedTypeScannerUnitTests}.
* Unit tests for {@link AnnotatedTypeScanner}.
*
* @author Oliver Gierke
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import org.springframework.util.ReflectionUtils;

/**
* Unit tests for {@link KotlinReflectionUtilsUnitTests}.
* Unit tests for {@link KotlinReflectionUtils}.
*
* @author Mark Paluch
*/
Expand Down
Loading