Skip to content

Commit

Permalink
[refactor] change initialize visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajeschek committed Jan 20, 2022
1 parent a4de3ad commit e30eae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/github/weichware10/util/gui/AbsScene.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public abstract class AbsScene {
* @param fxml - URL der FXML-Datei
* @return das geladene Parent Objekt und die Controller-Instanz.
*/
protected static InitResult initialize(URL fxml) {
public static InitResult initialize(URL fxml) {

FXMLLoader loader = new FXMLLoader(fxml);

Expand Down

0 comments on commit e30eae6

Please sign in to comment.