mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Begin implementation of CheckStyle style checking
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -784,7 +784,7 @@ public final class PluginDescriptionFile {
|
||||
*</pre></blockquote>
|
||||
* Another example, with nested definitions, can be found <a
|
||||
* href="doc-files/permissions-example_plugin.yml">here</a>.
|
||||
*
|
||||
*
|
||||
* @return the permissions this plugin will register
|
||||
*/
|
||||
@NotNull
|
||||
@@ -829,7 +829,7 @@ public final class PluginDescriptionFile {
|
||||
* not included in the API. Any unrecognized
|
||||
* awareness (one unsupported or in a future version) will cause a dummy
|
||||
* object to be created instead of failing.
|
||||
*
|
||||
*
|
||||
* <ul>
|
||||
* <li>Currently only supports the enumerated values in {@link
|
||||
* PluginAwareness.Flags}.
|
||||
|
@@ -56,7 +56,7 @@ public final class JavaPluginLoader implements PluginLoader {
|
||||
|
||||
/**
|
||||
* This class was not meant to be constructed explicitly
|
||||
*
|
||||
*
|
||||
* @param instance the server instance
|
||||
*/
|
||||
@Deprecated
|
||||
|
Reference in New Issue
Block a user