Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Fixed typo for PersistentQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
rvoicilas committed Aug 23, 2012
1 parent dd56351 commit 7aa55f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/net/lag/kestrel/PersistentQueue.scala
Expand Up @@ -172,7 +172,7 @@ class PersistentQueue(val name: String, persistencePath: String, @volatile var c

/**
* Check if this Queue is eligible for expiration by way of it being empty
* and it's age being greater than or equal to maxQueueAge
* and its age being greater than or equal to maxQueueAge
*/
def isReadyForExpiration: Boolean = {
// Don't even bother if the maxQueueAge is None
Expand Down

0 comments on commit 7aa55f6

Please sign in to comment.