Skip to content

Commit f0f4acf

Browse files
committed
Javadoc cleanup (main -> ce-main@107980)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 107984]
1 parent f5f4f43 commit f0f4acf

File tree

65 files changed

+212
-218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+212
-218
lines changed

prj/coherence-concurrent/src/main/java/com/oracle/coherence/concurrent/executor/options/Description.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (c) 2016, 2022, Oracle and/or its affiliates.
2+
* Copyright (c) 2016, 2024, 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

88
package com.oracle.coherence.concurrent.executor.options;
@@ -58,7 +58,7 @@ protected Description(String sDescription)
5858
// ----- accessors ------------------------------------------------------
5959

6060
/**
61-
* Obtains the the {@link Description}.
61+
* Obtains the {@link Description}.
6262
*
6363
* @return a {@link Description}
6464
*/

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/manageable/modelAdapter/TransactionManagerMBean.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
* Copyright (c) 2000, 2024, 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.
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* The TransactionManagerMBean contains statistics for all transaction related
15-
* information managed for the the local member.
15+
* information managed for the local member.
1616
*/
1717
@SuppressWarnings({"deprecation", "rawtypes", "unused", "unchecked", "ConstantConditions", "DuplicatedCode", "ForLoopReplaceableByForEach", "IfCanBeSwitch", "RedundantArrayCreation", "RedundantSuppression", "SameParameterValue", "TryFinallyCanBeTryWithResources", "TryWithIdenticalCatches", "UnnecessaryBoxing", "UnnecessaryUnboxing", "UnusedAssignment"})
1818
public class TransactionManagerMBean
@@ -104,7 +104,7 @@ protected Object[] get_ComponentInfo()
104104
{
105105
return new Object[]
106106
{
107-
"The TransactionManagerMBean contains statistics for all transaction related information managed for the the local member.",
107+
"The TransactionManagerMBean contains statistics for all transaction related information managed for the local member.",
108108
null,
109109
};
110110
}

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/Lease.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
* Copyright (c) 2000, 2024, 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.
@@ -88,7 +88,7 @@ public class Lease
8888
* Property HolderThreadId
8989
*
9090
* Unique id of the Thread which holds a lock for this Lease. This property
91-
* has meaning only if the the following holds true:
91+
* has meaning only if the following holds true:
9292
* <pre><code>
9393
* getHolderId() == getService().getThisMember().getId()
9494
* </code></pre>
@@ -580,7 +580,7 @@ public int getHolderId()
580580
/**
581581
* Getter for property HolderThreadId.<p>
582582
* Unique id of the Thread which holds a lock for this Lease. This property
583-
* has meaning only if the the following holds true:
583+
* has meaning only if the following holds true:
584584
* <pre><code>
585585
* getHolderId() == getService().getThisMember().getId()
586586
* </code></pre>
@@ -866,7 +866,7 @@ public void setHolderId(int nId)
866866
/**
867867
* Setter for property HolderThreadId.<p>
868868
* Unique id of the Thread which holds a lock for this Lease. This property
869-
* has meaning only if the the following holds true:
869+
* has meaning only if the following holds true:
870870
* <pre><code>
871871
* getHolderId() == getService().getThisMember().getId()
872872
* </code></pre>

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/PointToPointModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
* Copyright (c) 2000, 2024, 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.
@@ -269,7 +269,7 @@ public long getLastOut()
269269
// Accessor for the property "LastSlow"
270270
/**
271271
* Getter for property LastSlow.<p>
272-
* The last the the viewing member declared the viewing member as slow.
272+
* The last the viewing member declared the viewing member as slow.
273273
*/
274274
public long getLastSlow()
275275
{

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/DeltaMap.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
* Copyright (c) 2000, 2024, 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.
@@ -42,7 +42,7 @@ public class DeltaMap
4242
/**
4343
* Property DeleteMap
4444
*
45-
* Map containing the the removed items
45+
* Map containing the removed items
4646
*/
4747
private java.util.Map __m_DeleteMap;
4848

@@ -560,7 +560,7 @@ public java.util.Set getDeleteKeySet()
560560
// Accessor for the property "DeleteMap"
561561
/**
562562
* Getter for property DeleteMap.<p>
563-
* Map containing the the removed items
563+
* Map containing the removed items
564564
*/
565565
protected java.util.Map getDeleteMap()
566566
{
@@ -1158,7 +1158,7 @@ protected void resolve(java.util.Map mapOrig)
11581158
// Accessor for the property "DeleteMap"
11591159
/**
11601160
* Setter for property DeleteMap.<p>
1161-
* Map containing the the removed items
1161+
* Map containing the removed items
11621162
*/
11631163
protected void setDeleteMap(java.util.Map map)
11641164
{

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/Service.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
* Copyright (c) 2000, 2024, 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.
@@ -574,7 +574,7 @@ public com.tangosol.io.Serializer ensureSerializer(ClassLoader loader)
574574
* configuration.
575575
*
576576
* @param xmlConfig the parent XML configuration element
577-
* @param sName the name of the the child XML configuration element
577+
* @param sName the name of the child XML configuration element
578578
* @param sDefault the default value to return if the child element is
579579
* missing or empty
580580
*

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/Grid.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
* Copyright (c) 2000, 2024, 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.
@@ -3336,7 +3336,7 @@ public void onNotifyServiceJoined(com.tangosol.coherence.component.net.Member me
33363336

33373337
/**
33383338
* Called to complete the "service-left" processing for the specified
3339-
* member. This notification is processed only after the the associated
3339+
* member. This notification is processed only after the associated
33403340
* endpoint has been released by the message handler. See
33413341
* $NotifyServiceLeft#onReceived/#proceed.
33423342
* Called on the service thread only.

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/ClusterService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14989,7 +14989,7 @@ else if (service.getActionPolicy().isAllowed(service, this))
1498914989
}
1499014990

1499114991
// we succeeded in disconnecting the convicted members;
14992-
// close the the roll-call poll if we have one open, as we
14992+
// close the roll-call poll if we have one open, as we
1499314993
// don't care about any of the other replies
1499414994
onIncidentClosed();
1499514995
return true;

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/InvocationService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
* Copyright (c) 2000, 2024, 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.
@@ -439,7 +439,7 @@ public void onInvocationRequest(InvocationService.InvocationRequest msgRequest)
439439
// Declared at the super level
440440
/**
441441
* Called to complete the "service-left" processing for the specified
442-
* member. This notification is processed only after the the associated
442+
* member. This notification is processed only after the associated
443443
* endpoint has been released by the message handler. See
444444
* $NotifyServiceLeft#onReceived/#proceed.
445445
* Called on the service thread only.

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
* Copyright (c) 2000, 2024, 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.
@@ -5986,7 +5986,7 @@ public void onNotifyServiceLeaving(com.tangosol.coherence.component.net.Member m
59865986
// Declared at the super level
59875987
/**
59885988
* Called to complete the "service-left" processing for the specified
5989-
* member. This notification is processed only after the the associated
5989+
* member. This notification is processed only after the associated
59905990
* endpoint has been released by the message handler. See
59915991
* $NotifyServiceLeft#onReceived/#proceed.
59925992
* Called on the service thread only.

0 commit comments

Comments
 (0)