ARamsey118 / Reverse-Javadoc

Reverses javadocs and creates stubs
MIT License
2 stars 1 forks source link

Abstract methods are still given a stub #2

Closed emptonaut closed 9 years ago

emptonaut commented 9 years ago

Hey boss.

A parsed abstract method gets

public abstract ReturnThing doThing() { // TODO }

rather than

public abstract ReturnThing doThing();

Fix?