Skip to content

Commit 871539a

Browse files
committed
Fix a typo in the CDS documentation
Closes gh-33437
1 parent aca5db8 commit 871539a

File tree

1 file changed

+1
-1
lines changed
  • framework-docs/modules/ROOT/pages/integration

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/integration/cds.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ a "shared objects file" source, as shown in the following example:
6565
If CDS can't be enabled or if you have a large number of classes that are not loaded from the cache, make sure that
6666
the following conditions are fulfilled when creating and using the archive:
6767

68-
- The very same JVM must used.
68+
- The very same JVM must be used.
6969
- The classpath must be specified as a list of JARs, and avoid the usage of directories and `*` wildcard characters.
7070
- The timestamps of the JARs must be preserved.
7171
- When using the archive, the classpath must be the same than the one used to create the archive, in the same order.

0 commit comments

Comments
 (0)