-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
improve some Javadocs in sql package #9228
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
improve some Javadocs in sql package #9228
Conversation
Thanks for your pull request! This pull request does not follow the contribution rules. Could you have a look? ❌ All commit messages should start with a JIRA issue key matching pattern › This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo all the changes of form "A SQL" -> "An SQL".
hibernate-core/src/main/java/org/hibernate/sql/NullnessRestriction.java
Outdated
Show resolved
Hide resolved
hibernate-core/src/main/java/org/hibernate/sql/ast/SqlAstJoinType.java
Outdated
Show resolved
Hide resolved
hibernate-core/src/main/java/org/hibernate/sql/ast/spi/AbstractSqlAstTranslator.java
Outdated
Show resolved
Hide resolved
hibernate-core/src/main/java/org/hibernate/sql/results/spi/ListResultsConsumer.java
Outdated
Show resolved
Hide resolved
…ype.java Co-authored-by: Gavin King <gavin@hibernate.org>
…tSqlAstTranslator.java Co-authored-by: Gavin King <gavin@hibernate.org>
…tResultsConsumer.java Co-authored-by: Gavin King <gavin@hibernate.org>
Thanks! |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.