Skip to content

Commit 063e5a4

Browse files
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 119275]
1 parent e18e531 commit 063e5a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

prj/test/unit/coherence-core-tests/src/test/java/com/oracle/coherence/common/internal/util/CanonicalNamesTests.java renamed to prj/test/unit/coherence-core-tests/src/test/java/com/oracle/coherence/common/internal/util/CanonicalNamesTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2026, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl.
@@ -19,7 +19,7 @@
1919
* @author cp 05/15/2025
2020
* @since 25.03.2
2121
*/
22-
public class CanonicalNamesTests
22+
public class CanonicalNamesTest
2323
{
2424

2525
/**

prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/coherence/component/net/security/StandardTests.java renamed to prj/test/unit/coherence-core-tests/src/test/java/com/tangosol/coherence/component/net/security/StandardTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2026, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl.
@@ -32,7 +32,7 @@
3232
/**
3333
* @author jk 2016.04.21
3434
*/
35-
public class StandardTests
35+
public class StandardTest
3636
{
3737

3838
@Test

0 commit comments

Comments
 (0)