Why is it that there are 2 spaces now when generating javadoc stubs? if you have this method:
private void doSomething(int i) it generates: /** * | * @param i */ private void doSomething(int i) Cursor is at the |, 2 spaces from the '*', this used to be one space (And I like it more with one space ;-)) Wim ------------- Ing. Wim Deblauwe Software Development Engineer Medical Imaging Systems - BarcoView _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
