mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-19 22:33:48 -07:00
Clean up the javadoc to pass java 8's doclint
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
@@ -213,7 +213,7 @@ public class Permission {
|
||||
* following keys:
|
||||
* <ul>
|
||||
* <li>default: Boolean true or false. If not specified, false.
|
||||
* <li>children: Map<String, Boolean> of child permissions. If not
|
||||
* <li>children: {@code Map<String, Boolean>} of child permissions. If not
|
||||
* specified, empty list.
|
||||
* <li>description: Short string containing a very small description of
|
||||
* this description. If not specified, empty string.
|
||||
@@ -245,10 +245,11 @@ public class Permission {
|
||||
* The data may contain the following keys:
|
||||
* <ul>
|
||||
* <li>default: Boolean true or false. If not specified, false.
|
||||
* <li>children: Map<String, Boolean> of child permissions. If not
|
||||
* <li>children: {@code Map<String, Boolean>} of child permissions. If not
|
||||
* specified, empty list.
|
||||
* <li>description: Short string containing a very small description of
|
||||
* this description. If not specified, empty string.
|
||||
* </ul>
|
||||
*
|
||||
* @param name Name of the permission
|
||||
* @param data Map of keys
|
||||
@@ -265,7 +266,7 @@ public class Permission {
|
||||
* The data may contain the following keys:
|
||||
* <ul>
|
||||
* <li>default: Boolean true or false. If not specified, false.
|
||||
* <li>children: Map<String, Boolean> of child permissions. If not
|
||||
* <li>children: {@code Map<String, Boolean>} of child permissions. If not
|
||||
* specified, empty list.
|
||||
* <li>description: Short string containing a very small description of
|
||||
* this description. If not specified, empty string.
|
||||
|
Reference in New Issue
Block a user