Skip to content

Commit e19e414

Browse files
author
tmiddleton
committed
Fix Copyright (ce-1511)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v15.1.1.0/": change = 118318]
1 parent 641bb22 commit e19e414

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

prj/coherence-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.

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

@@ -1618,4 +1618,4 @@ protected Node<V> currentNode()
16181618
* that need the size of the tree up front are much more efficient.
16191619
*/
16201620
protected int m_size;
1621-
}
1621+
}

0 commit comments

Comments
 (0)