Updated documentation for JSONTest.java.

Addressed issue #44.
This commit is contained in:
top19 2020-05-01 14:52:01 +01:00
parent 1a8d956a7d
commit d904fadcad
3 changed files with 10 additions and 4 deletions

View file

@ -1,6 +1,6 @@
/**
* @(#) FlashcardController.java 0,1 2020/05/07
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/

View file

@ -1,6 +1,6 @@
/**
* @(#) FlashcardController.java 0,1 2020/05/07
* <p>
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/
@ -20,7 +20,7 @@ import uk.ac.aber.cs221.group20.json.DictionaryEntry;
* duplication. This will be extended by all the controller classes.
*
* @author Tom Perry [top19]
* @Version 0.2 Documentation.
* @version 0.2 Documentation.
* @see Application
* @see DictionaryEntry
* @see ScreenSwitch
@ -160,7 +160,7 @@ abstract public class SharedCodeController {
@FXML
private void practiceListIconClick() {
// Use 'ScreenSwitch' to switch to the 'practiceListScene'.
ScreenSwitch.swap(ScreenSwitch.SceneType.practiceListScene);
ScreenSwitch.swap(ScreenSwitch.SceneType.practiceListScene);
}
/**

View file

@ -1,3 +1,9 @@
/**
* @(#) JSONTest.java 0,1 2020/05/07
*
* Copyright (c) 2020 Aberystwyth University.
* All rights reserved.
*/
package uk.ac.aber.cs221.group20.test;
import org.junit.jupiter.api.Test;