This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 129e370f Fix spelling
129e370f is described below
commit 129e370f031326f56f7c911e336d8191a0e597cb
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 17 08:17:55 2023 -0500
Fix spelling
---
.../org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java | 2 +-
.../java/org/apache/commons/jcs3/utils/struct/DoubleLinkedListNode.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java
b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java
index f988f244..2cfcc568 100644
---
a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java
+++
b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java
@@ -86,7 +86,7 @@ public class RemoteCacheFactory
noWaits.add(rcm.getCache(rca));
}
- // GET HANDLE BUT DONT REGISTER A LISTENER FOR FAILOVERS
+ // GET HANDLE BUT DON'T REGISTER A LISTENER FOR FAILOVERS
final String failoverList = rca.getFailoverServers();
if (failoverList != null && !failoverList.isEmpty())
{
diff --git
a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/struct/DoubleLinkedListNode.java
b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/struct/DoubleLinkedListNode.java
index dcbe1b42..3fbecef7 100644
---
a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/struct/DoubleLinkedListNode.java
+++
b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/utils/struct/DoubleLinkedListNode.java
@@ -32,7 +32,7 @@ import java.io.Serializable;
public class DoubleLinkedListNode<T>
implements Serializable
{
- /** Dont' change. */
+ /** Don't change. */
private static final long serialVersionUID = -1114934407695836097L;
/** The object in the node. */