Skip to content

Commit 13cd9d0

Browse files
committed
fix copyright
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 118674]
1 parent d9ca516 commit 13cd9d0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

prj/test/functional/grpc-client-tck/src/main/java/grpc/client/AbstractGrpcClientIT.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2024, 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
55
* https://oss.oracle.com/licenses/upl.
@@ -2143,7 +2143,7 @@ public void shouldReceiveTruncateEvent(String sSerializerName, Serializer serial
21432143
}
21442144

21452145
@ParameterizedTest(name = "{index} serializer={0}")
2146-
@MethodSource("serializers")
2146+
@MethodSource("serializers")
21472147
@SuppressWarnings("unchecked")
21482148
public void shouldReceiveTruncateAndDeactivationEvent(String sSerializerName, Serializer serializer) throws Exception
21492149
{
@@ -2415,12 +2415,12 @@ else if (service instanceof RemoteCacheService)
24152415

24162416
protected String createCacheName()
24172417
{
2418-
return createCacheName("test-cache-");
2418+
return createCacheName("test-cache-");
24192419
}
24202420

24212421
protected String createCacheName(String sPrefix)
24222422
{
2423-
return sPrefix + "-" + f_cacheId.getAndIncrement();
2423+
return sPrefix + "-" + f_cacheId.getAndIncrement();
24242424
}
24252425

24262426
protected abstract <K, V> NamedCache<K, V> createClient(String sCacheName, String sSerializerName, Serializer serializer);

prj/test/functional/persistence/src/main/java/persistence/AbstractSimplePersistenceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2024, 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
55
* https://oss.oracle.com/licenses/upl.

prj/test/functional/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/test/functional/tracing/clean/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, 2023, 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.

0 commit comments

Comments
 (0)