Skip to content
Snippets Groups Projects
Commit 7bdd6e75 authored by Lukas Köhler's avatar Lukas Köhler
Browse files

chg lab01 api object to question mark

parent bfab46fe
Branches master
No related tags found
No related merge requests found
......@@ -16,14 +16,14 @@ public abstract class Lab01Data {
*
* @return questions
*/
public abstract List<Object> getQuestions();
public abstract List<?> getQuestions();
/**
* Return all categories.
*
* @return categories
*/
public abstract List<Object> getCategories();
public abstract List<?> getCategories();
/**
* Save the csv data in appropriate objects.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment