EHC ❯ JavaDoc or constant wrong
-
Bug
-
Status: Closed
-
-
Resolution: Fixed
-
-
-
drb
-
Reporter: sourceforgetracker
-
September 21, 2009
-
0
-
Watchers: 0
-
September 22, 2009
-
September 22, 2009
Description
found in MulticastRMICacheManagerPeerProvider:
/**
* One second, in ms
*/
protected static final int SHORT_DELAY = 100;
Either the documentation or the value is wrong.
ms == milli-seconds -> 1000ms == 1s
If it’s a real bug it is prolly very well hidden, because it would work this way, too, just 10 times faster :)
That’s the main reason to report it, don’t want to be nitpicking. If it’s only the documentation, just update it please. It’s confusing the way it is. Sourceforge Ticket ID: 1936731 - Opened By: sahlbach - 7 Apr 2008 13:47 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 Originator: NO
Fixed in trunk and 1.5.
It should be 100 ms. Comment by: gregluck - 2 May 2008 22:55 UTC