File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
prj/coherence-core/src/main/java/com/tangosol/util Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 */
77package 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 -----------------------------------------------
You can’t perform that action at this time.
0 commit comments