Fixes javadoc errors

It does not improve upon the existing documentation but instead removes all broken documentation and has minor changes to some existing. More work will need to be done later to documentation.
This commit is contained in:
MattBDev
2015-12-19 12:23:32 -05:00
parent ce387333d2
commit d65bd7a704
19 changed files with 90 additions and 115 deletions

View File

@ -41,7 +41,9 @@ import com.intellectualcrafters.plot.util.Permissions;
/**
* Flag Manager Utility
*
*
*/
@SuppressWarnings("unused")
public class FlagManager {
@ -210,7 +212,7 @@ public class FlagManager {
/**
* Add a flag to a plot
/**
* @param origin
* @param flag
*/
public static boolean addPlotFlag(final Plot origin, final Flag flag) {