Title: Message
Hi all
 
I'm trying to write a custom template, which creates out of:
public class A {
  public int x;
  public int y;
  public getX() {...}
  public getY() {...}
}
 
something like:
A
(
  x,
  y
)
 
I'm currently using the TemplateSubTask and I haven't found away to get rid of the comma after the last method.
Is there a way of adding a comma after each method except for the last one?
 
Thanks,
Rene
 

Reply via email to