Skip to content

Commit 59b25de

Browse files
committed
Minor XSD Update (main -> ce-main@108382)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 108385]
1 parent 2b3a429 commit 59b25de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prj/coherence-core/src/main/resources/coherence-cache-config.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
<xsd:annotation>
1616
<xsd:documentation>
17-
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
17+
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
1818

1919
Licensed under the Universal Permissive License v 1.0 as shown at
20-
http://oss.oracle.com/licenses/upl.
20+
https://oss.oracle.com/licenses/upl.
2121
</xsd:documentation>
2222
</xsd:annotation>
2323

@@ -4024,7 +4024,7 @@
40244024
<xsd:documentation>
40254025
The page-size element specifies the desired page size, pages may
40264026
exceed this size because elements are accepted into a page until
4027-
the the actual size >= the desired page size. For example, if the
4027+
the actual size >= the desired page size. For example, if the
40284028
page size is 1MB and the page has a number of elements already added
40294029
so that only 100 bytes remain. The next element offered will still be
40304030
accepted even if it exceeds 100 bytes in size, causing the total page

0 commit comments

Comments
 (0)