ARamsey118 / Reverse-Javadoc

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

Not returning empty list #10

Closed ARamsey118 closed 9 years ago

ARamsey118 commented 9 years ago

Should check to see if an empty list is returned so the code will compile when LIst type is specified as the return

ARamsey118 commented 9 years ago

Intellij seems to thing returning null in this case would be okay...