Here's another example of what I believe is auto format munging:
QueueImpl
| if (status == null) { throw new IllegalStateException(
| "ClientConsumer.handle() should never return null"); }
|
I've seen quite a few examples like this throughout the code. Guys - *please* check
you've turned off auto formatting!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163235#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...