Yes. Thanks. I'll put them in next week. Aaron --- Martin van den Bemt <[EMAIL PROTECTED]> wrote:
> Thanx for the patches.. > It would be appreciated if you can put them in jira > next time, so it won't be forgotten :) > > I've added them to > https://issues.apache.org/jira/browse/JCS-17.. > > (Applying them in a minute) > > Mvgr, > Martin > > Michael Stevens wrote: > > On Wed, Jan 31, 2007 at 03:18:53PM +0000, Michael > Stevens wrote: > >> Hi. > >> > >> Simple spelling patch attached, it's bugging me > reading the debug. > > > > And more for the lateral cache package. > > > > Michael > > > > > > > ------------------------------------------------------------------------ > > > > Index: ZombieLateralCacheService.java > > > =================================================================== > > --- ZombieLateralCacheService.java (revision > 501859) > > +++ ZombieLateralCacheService.java (working copy) > > @@ -25,7 +25,7 @@ > > import > org.apache.jcs.engine.behavior.ICacheElement; > > > > /** > > - * The ZombieLateralCacheService is used a facade > when the lateral is not > > + * The ZombieLateralCacheService is used as a > facade when the lateral is not > > * available. It balks when the lateral is in > error. When lateral service is > > * restored, this is replaced by a live facade. > > * > > Index: LateralCache.java > > > =================================================================== > > --- LateralCache.java (revision 501859) > > +++ LateralCache.java (working copy) > > @@ -140,7 +140,7 @@ > > /** > > * > > * @param groupName > > - * @return A set og group keys. > > + * @return A set of group keys. > > */ > > public Set getGroupKeys( String groupName ) > > { > > Index: LateralCacheMonitor.java > > > =================================================================== > > --- LateralCacheMonitor.java (revision 501859) > > +++ LateralCacheMonitor.java (working copy) > > @@ -67,7 +67,7 @@ > > } > > > > /** > > - * Allows close classes, ie testers to set > the idel period to somethin > > + * Allows close classes, ie testers to set > the idle period to something > > * testable. > > * > > * @param idlePeriod > > Index: LateralCacheInfo.java > > > =================================================================== > > --- LateralCacheInfo.java (revision 501859) > > +++ LateralCacheInfo.java (working copy) > > @@ -33,7 +33,7 @@ > > } > > > > /** > > - * Shouldn't be used till after reconneting, > after setting = thread safe > > + * Shouldn't be used till after reconnecting, > after setting = thread safe > > * Used to identify a client, so we can run > multiple clients off one host. > > * Need since there is no way to identify a > client other than by host in > > * rmi. > > Index: LateralElementDescriptor.java > > > =================================================================== > > --- LateralElementDescriptor.java (revision > 501859) > > +++ LateralElementDescriptor.java (working copy) > > @@ -44,7 +44,7 @@ > > public ICacheElement ce; > > > > /** > > - * The id of the the source of the request. > This is use to prevent infinite > > + * The id of the the source of the request. > This is used to prevent infinite > > * loops. > > */ > > public long requesterId; > > > > > > > > > ------------------------------------------------------------------------ > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
