More jdoc stuff

This commit is contained in:
boy0001 2015-03-13 18:26:08 +11:00
parent 1fedb1e347
commit 61a225937d
15 changed files with 27 additions and 130 deletions

View file

@ -31,7 +31,7 @@ public class Flag {
* player, you need to register it with PlotSquared.
*
* @param key AbstractFlag
* @param value Value must be alphanumerical (can have spaces) and be <= 48 characters
* @param value Value must be alphanumerical (can have spaces) and be &lt;= 48 characters
*
* @throws IllegalArgumentException if you provide inadequate inputs
*/