REST anpassungen

This commit is contained in:
Madeleine Vigier 2023-01-30 14:05:25 +01:00
parent 2f3f6a11f3
commit 1e477be1aa

View File

@ -32,6 +32,7 @@ public class Data {
*
* @return Arraylist userList
* @author Madeleine Vigier, Sabine Gubitz
*
*/
public ArrayList<com.example.vpr_javafx.User> readUser() {
List<String> rows = getRows();