JamesIry/jADT

Pretty print only one data type per class

Closed this issue · 1 comments

Right now jADT is pretty printing the whole document into the comment on every class. That means if you make one change to the document then every class gets a new modified comment even though that class didn't actually change. Would make more sense to just pretty print the data type being emitted in the given java file.

Fixed in 62212fd