https://issues.apache.org/bugzilla/show_bug.cgi?id=47141
--- Comment #3 from Sean C. Sullivan <[email protected]> 2009-05-17 16:54:43 PST --- The use case is that I plan to maintain a CyclicBuffer per Thread. If there were a getCyclicBuffer() method, I would be able to do this: protected CyclicBuffer getCyclicBuffer() { return threadLocalCyclicBuffer.get(); } -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
