I've noticed that jde-wiz-get-set-methods does not put a space between the
')' ending the argument list, and the opening brace of the method. It
formats it like this:
public void setFoo(int foo){
Notice that there is no space before the opening brace.
Is this on purpose, or an oversight? The get method is formatted with a
space. There doesn't seem to be a template available, so I hacked my copy
of jde-wiz.el. (I can send a patch, but basically I just added a space
before the '{').
Thanks.
Steve Molitor
[EMAIL PROTECTED]