EngineHub / CommandBook

General and administrative commands
https://enginehub.org/commandbook/
GNU Lesser General Public License v3.0
145 stars 105 forks source link

Fix javadoc warnings #101

Closed DirkyJerky closed 10 years ago

DirkyJerky commented 10 years ago

There was several incomplete javadoc comment blocks, fixed them up.

  1. @return needs a param
  2. The JD tool (or at least the 1.6 one) doesn't support {@link T} reference replacement
  3. Had an extra unused @param from old code still in there