Skip to content
Snippets Groups Projects
Commit 471f4752 authored by Blersch Lara's avatar Blersch Lara
Browse files

deleted unused import in RecipeSearch

parent bd06fd8c
Branches
No related tags found
No related merge requests found
package mi.hdm.recipes;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class RecipeSearch {
......@@ -12,7 +11,7 @@ public class RecipeSearch {
}
/** A method to search a list of recipes for keywords.
* The method searchs the recipe names and the ingredients for the keywords.
* The method searches the recipe names and the ingredients for the keywords.
*
* @param query a String with keywords to search for
* @return a list of Recipes which contain one or several of the keywords in its name or its ingredients
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment