Apply checkstyle to javadoc

This commit is contained in:
md_5
2020-01-05 11:25:56 +11:00
parent 6c8a0ccecb
commit d20e622b7b
8 changed files with 27 additions and 4 deletions

View File

@@ -116,9 +116,9 @@ public final class ComponentBuilder
*
* @param pos the cursor position synonymous to an element position for a
* list
* @return this ComponentBuilder for chaining
* @throws IndexOutOfBoundsException if the index is out of range
* ({@code index < 0 || index >= size()})
* @return this ComponentBuilder for chaining
*/
public ComponentBuilder setCursor(int pos) throws IndexOutOfBoundsException
{

View File

@@ -55,12 +55,12 @@ public final class TranslatableComponent extends BaseComponent
/**
* Creates a translatable component with the passed substitutions
*
* @see #translate
* @see #setWith(java.util.List)
* @param translate the translation key
* @param with the {@link java.lang.String}s and
* {@link net.md_5.bungee.api.chat.BaseComponent}s to use into the
* translation
* @see #translate
* @see #setWith(java.util.List)
*/
public TranslatableComponent(String translate, Object... with)
{