Browse Source

Add missing period

pull/39957/head
Moritz Halbritter 2 years ago
parent
commit
1fff51d53d
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/class-data-sharing.adoc

2
spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/class-data-sharing.adoc

@ -21,4 +21,4 @@ To use the cache, you need to add an extra parameter when starting the applicati @@ -21,4 +21,4 @@ To use the cache, you need to add an extra parameter when starting the applicati
$ java -XX:SharedArchiveFile=application.jsa -jar my-app.jar
----
NOTE: For more details about CDS, refer to the {url-spring-framework-docs}/integration/cds.html[Spring Framework reference documentation]
NOTE: For more details about CDS, refer to the {url-spring-framework-docs}/integration/cds.html[Spring Framework reference documentation].

Loading…
Cancel
Save