Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit f0ac0bb

Browse files
committed
Added implementation
1 parent 30893f6 commit f0ac0bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fr/univ_amu/heromanager/controller/SplashScreenController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @see fr.univ_amu.heromanager.view.SplashScreenView associated class fr.univ_amu.heromanager.view (MVC pattern)
1616
*/
17-
public class SplashScreenController implements Initializable {
17+
public class SplashScreenController implements Controller {
1818

1919
private static SplashScreenController instance;
2020

0 commit comments

Comments
 (0)