I have the following code (cursor at |, - represents a space)

----public void handleProceedToCheckout(DynamoHttpServletRequest request, 
DynamoHttpServletResponse response)
--------throws ServletException, IOException {|

When I press enter, I get

----public void handleProceedToCheckout(DynamoHttpServletRequest request, 
DynamoHttpServletResponse response)
--------throws ServletException, IOException {
--------|
--------}

The final } should be lined up with start of the method signature (which is what 
happens if I don't indent the throws clause)

Thanks

Todd Breiholz




_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to