Moved copyright notice above package @ matchmeaning controller
This commit is contained in:
parent
c8ae7da11b
commit
679caace98
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
package uk.ac.aber.cs221.group20.javafx;
|
|
||||||
/**
|
/**
|
||||||
* @(#) MyController.java 0,1 2020/04/07
|
* @(#) MyController.java 0,1 2020/04/07
|
||||||
* <p>
|
* <p>
|
||||||
* Copyright (c) 2020 Aberystwyth University.
|
* Copyright (c) 2020 Aberystwyth University.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
package uk.ac.aber.cs221.group20.javafx;
|
||||||
|
|
||||||
|
|
||||||
import javafx.fxml.FXML;
|
import javafx.fxml.FXML;
|
||||||
import javafx.scene.control.Alert;
|
import javafx.scene.control.Alert;
|
||||||
|
|
Reference in a new issue