Cleanup some formatting

This commit is contained in:
md_5
2025-07-19 10:43:44 +10:00
parent df53053677
commit 8e99a4c5bf
13 changed files with 37 additions and 26 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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)