Skip to content

Commit 3a31f06

Browse files
committed
Javadoc
1 parent 3ec5e44 commit 3a31f06

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/access/AbstractCacheAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public CompositeCache<K, V> getCacheControl() {
134134
}
135135

136136
/**
137-
* Retrieves A COPY OF the default element attributes used by this region. This does not provide
137+
* Gets a copy of the default element attributes used by this region. This does not provide
138138
* a reference to the element attributes.
139139
* <p>
140140
* Each time an element is added to the cache without element attributes, the default element

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public Map<K, ICacheElement<K, V>> getMatching( final String cacheName, final St
241241
}
242242

243243
/**
244-
* Retrieves all matching keys.
244+
* Gets all matching keys.
245245
*
246246
* @param cacheName
247247
* @param pattern

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public Map<K, ICacheElement<K, V>> getMatching( final String cacheName, final St
557557
}
558558

559559
/**
560-
* Retrieves all matching keys.
560+
* Gets all matching keys.
561561
*
562562
* @param cacheName
563563
* @param pattern

0 commit comments

Comments
 (0)