Cleanup some formatting
This commit is contained in:
@@ -38,7 +38,8 @@ public final class DialogListDialog implements Dialog
|
||||
*/
|
||||
private Integer columns;
|
||||
/**
|
||||
* The width of the dialog buttons (default: 150, minimum: 1, maximum: 1024).
|
||||
* The width of the dialog buttons (default: 150, minimum: 1, maximum:
|
||||
* 1024).
|
||||
*/
|
||||
@SerializedName("button_width")
|
||||
private Integer buttonWidth;
|
||||
|
@@ -37,7 +37,8 @@ public final class ServerLinksDialog implements Dialog
|
||||
*/
|
||||
private Integer columns;
|
||||
/**
|
||||
* The width of the dialog buttons (default: 150, minimum: 1, maximum: 1024).
|
||||
* The width of the dialog buttons (default: 150, minimum: 1, maximum:
|
||||
* 1024).
|
||||
*/
|
||||
@SerializedName("button_width")
|
||||
private Integer buttonWidth;
|
||||
|
@@ -6,8 +6,8 @@ import lombok.ToString;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
/**
|
||||
* Executes a command. If the command requires a permission
|
||||
* higher than 0, a confirmation dialog will be shown by the client.
|
||||
* Executes a command. If the command requires a permission higher than 0, a
|
||||
* confirmation dialog will be shown by the client.
|
||||
*/
|
||||
@Data
|
||||
@Accessors(fluent = true)
|
||||
|
Reference in New Issue
Block a user