Skip to content

Commit c65aeda

Browse files
committed
Now it's static as well.
1 parent bbe8f40 commit c65aeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/AlertBox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static AlertResponse show(String title, String header, String content) {
3131
}
3232
}
3333

34-
public void info(String title, String content) {
34+
public static void info(String title, String content) {
3535
Alert alert = new Alert(Alert.AlertType.INFORMATION);
3636
alert.setTitle(title);
3737
alert.setHeaderText(content);

0 commit comments

Comments
 (0)