Skip to content

Commit 5847ddf

Browse files
committed
Make the AbstractSparseArray.Node class public (14.1.2.0 cl 118212 --> 14.1.2.0 CE)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 118266]
1 parent 556b596 commit 5847ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prj/coherence-core/src/main/java/com/tangosol/util/AbstractSparseArray.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
5-
* http://oss.oracle.com/licenses/upl.
5+
* https://oss.oracle.com/licenses/upl.
66
*/
77
package com.tangosol.util;
88

@@ -960,7 +960,7 @@ else if (child.balance == iBal)
960960
* An AVL tree node. This class is used only within the AbstractSparseArray
961961
* class and its derivations.
962962
*/
963-
protected abstract static class Node<V>
963+
public abstract static class Node<V>
964964
implements Cloneable, Serializable
965965
{
966966
// ----- Node<V> methods -----------------------------------------------

0 commit comments

Comments
 (0)