Skip to content

Commit 56c5736

Browse files
committed
Fix typos in Javadoc and comments
1 parent d6f4524 commit 56c5736

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public CacheType getCacheType()
140140
}
141141

142142
/**
143-
* This typically returns end point info .
143+
* This typically returns end point info.
144144
* <p>
145145
* @return the name
146146
*/

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ public <K, V> CompositeCache<K, V> getCache( final ICompositeCacheAttributes ca
512512
* <p>
513513
* Overriding the default elemental attributes will require changing the way the attributes are
514514
* assigned to elements. Get cache creates a cache with defaults if none are specified. We might
515-
* want to create separate method for creating/getting. . .
515+
* want to create separate method for creating/getting.
516516
* </p>
517517
* @param cattr
518518
* @param attr

commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheKeyStoreUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class IndexedDiskCacheKeyStoreUnitTest
3838
/**
3939
* Add some elements, remove 1, call optimize, verify that the removed isn't present.
4040
*
41-
* We should also compare the data file sizes. . . .
41+
* We should also compare the data file sizes.
4242
*
4343
* @throws Exception
4444
*/

0 commit comments

Comments
 (0)