added documentation
This commit is contained in:
parent
b24fc37dc3
commit
ce240ef176
@ -3,6 +3,10 @@ package com.example.aped.utils;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* implementation for the favorites interface
|
||||||
|
* does not use persistent storage!
|
||||||
|
*/
|
||||||
public class TestFavorites implements IFAVORITES{
|
public class TestFavorites implements IFAVORITES{
|
||||||
|
|
||||||
private List<String> favorites = new ArrayList<>();
|
private List<String> favorites = new ArrayList<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user