EHC ❯ Typo in lock timeout message
-
Bug
-
Status: Closed
-
-
Resolution: Fixed
-
-
-
drb
-
Reporter: sourceforgetracker
-
September 21, 2009
-
0
-
Watchers: 0
-
September 22, 2009
-
September 22, 2009
Description
I noticed a very minor typo introduced in 1.2.3’s BlockingCache, on line 498:
StringBuffer message = new StringBuffer(“Lock timeout. Waited more than”)
there should be a space addeded after “than”, otherwise you get messages like this:
Lock timeout. Waited more than300000ms to acquire lock…
Sourceforge Ticket ID: 1574735 - Opened By: msqr - 10 Oct 2006 19:06 UTC
Comments
Sourceforge Tracker 2009-09-21
Fiona OShea 2009-09-22
Re-opening so that I can properly close out these issues and have correct Resolution status in Jira
Logged In: YES user_id=693320
Matt
Thanks. Fixed in trunk and ehcache-1.2.4.
Greg Comment by: gregluck - 20 Oct 2006 07:51 UTC