soenmie / disruptor

Automatically exported from code.google.com/p/disruptor
0 stars 0 forks source link

Minor javadoc tweak #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In Disruptor.java, "handleEventException" should be changed to "handle" in the 
javadocs:

"Set up event handlers to handleEventException events from the ring buffer."

"Set up custom event processors to handleEventException events from the ring 
buffer."

This was changed by commit r468, but I think the IDE was too eager and 
shouldn't have renamed these when renaming ExceptionHandler#handle() to 
ExceptionHandler#handleEventException().

Original issue reported on code.google.com by etienne....@gmail.com on 16 Jul 2012 at 2:47

GoogleCodeExporter commented 8 years ago
Thanks, fixed in the version-2.x branch.

Original comment by mike...@gmail.com on 19 Jul 2012 at 5:45