Skip to content
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

Fix line breaks for schema generation property docs #646

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/ch09-container-provider-contracts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ database or to generate DDL that contains “CREATE SCHEMA” commands. If
this property is not supplied, the provider should not attempt to create
database schemas. This property may also be specified in Java SE
environments.
`jakarta.persistence.schema-generation.scripts.create-target`, +
`jakarta.persistence.schema-generation.scripts.create-target`, ::
`jakarta.persistence.schema-generation.scripts.drop-target` ::
If scripts are to be generated, the target
locations for the writing of these scripts must be specified. +
Expand Down Expand Up @@ -390,7 +390,7 @@ not included in the result of this method, the
specified as needed. These should contain the values returned by the
JDBC `getDatabaseMajorVersion` and `getDatabaseMinorVersion` methods
respectively.
`jakarta.persistence.schema-generation.create-script-source`, +
`jakarta.persistence.schema-generation.create-script-source`, ::
`jakarta.persistence.schema-generation.drop-script-source` ::
The `jakarta.persistence.schema-generation.create-script-source` and
`jakarta.persistence.schema-generation.drop-script-source` properties are
Expand Down Expand Up @@ -813,4 +813,4 @@ attribute reference to determine load state, but will not trigger
attribute loading as a side effect._
* _If no provider recognizes an entity as
provided by it, it is assumed to be an object that is not instrumented
and is considered loaded._
and is considered loaded._