Skip to content

Polish #26188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Polish #26188

wants to merge 1 commit into from

Conversation

izeye
Copy link
Contributor

@izeye izeye commented Apr 21, 2021

This PR fixes some typos and polishes trivial stuff.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 21, 2021
@snicoll snicoll added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 21, 2021
@snicoll snicoll added this to the 2.4.6 milestone Apr 21, 2021
@snicoll snicoll self-assigned this Apr 21, 2021
@snicoll snicoll mentioned this pull request Apr 21, 2021
Copy link
Member

@wilkinsona wilkinsona left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @izeye. I left a couple of comments for your consideration.

@@ -6948,7 +6948,7 @@ You can use the `@DataJpaTest` annotation to test JPA applications.
By default, it scans for `@Entity` classes and configures Spring Data JPA repositories.
If an embedded database is available on the classpath, it configures one as well.
SQL queries are logged by default by setting the `spring.jpa.show-sql` property to `true`.
This can be disabled using the `showSql()` attribute of the annotation.
This can be disabled by using the `showSql()` attribute of the annotation.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is OK without the "by".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wilkinsona I just felt that it was clearer, but it seems that my lack of knowledge on English made me feel that way. Thanks for pointing it out 😄

@@ -54,8 +54,8 @@
* override these settings.
* <p>
* SQL queries are logged by default by setting the {@code spring.jpa.show-sql} property
* to {@code true}. This can be disabled using the {@link DataJpaTest#showSql() showSql}
* attribute.
* to {@code true}. This can be disabled by using the {@link DataJpaTest#showSql()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is OK without the "by".

snicoll pushed a commit that referenced this pull request Apr 21, 2021
@snicoll snicoll closed this in b1170ef Apr 21, 2021
@snicoll
Copy link
Member

snicoll commented Apr 21, 2021

@wilkinsona Ouch, sorry about that. Let me revisit based on your review.

snicoll added a commit that referenced this pull request Apr 21, 2021
@snicoll
Copy link
Member

snicoll commented Apr 21, 2021

I've reworked the PR in db7460d.

@izeye izeye deleted the polish-20210421 branch April 22, 2021 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants