Remove unnecessary javadoc from test code #3332
Labels
status: ideal-for-contribution
An issue that a contributor can help us with
type: task
A general task
Milestone
Many javadoc of test code are redundant because method/constructor is self-described, for example:
spring-data-jpa/spring-data-jpa/src/test/java/org/springframework/data/jpa/domain/sample/User.java
Lines 125 to 134 in 699d3a2
and some are erroneous, for example:
spring-data-jpa/spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/custom/CustomGenericJpaRepository.java
Lines 33 to 40 in 699d3a2
I would help if the team agreed to cleanup.
The text was updated successfully, but these errors were encountered: