Hi,
I would like to be able to have braces for empty methods
at the end of the line. But still have the opening brace
for my other methods at the next line.
For example:
I usually have my opening braces on a new line like this:
public void setSomeVariable(String someVariable)
{
this.someVariable = someVariable;
}
But when I have empty methods or a default constructor I
like to have both braces at the end of the line:
public void ejbRemove() {}
I know this is small stuff. But this is what happens when
all the other stuff in IDEA are so good!
/ J�rgen Lundberg
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features