Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tasty Pages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SE2 Projekt
Tasty Pages
Commits
471f4752
Commit
471f4752
authored
1 year ago
by
Blersch Lara
Browse files
Options
Downloads
Patches
Plain Diff
deleted unused import in RecipeSearch
parent
bd06fd8c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/mi/hdm/recipes/RecipeSearch.java
+1
-2
1 addition, 2 deletions
src/main/java/mi/hdm/recipes/RecipeSearch.java
with
1 addition
and
2 deletions
src/main/java/mi/hdm/recipes/RecipeSearch.java
+
1
−
2
View file @
471f4752
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 search
e
s 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment