Skip to content

Commit

Permalink
fixed-1
Browse files Browse the repository at this point in the history
  • Loading branch information
aniliashenko committed Dec 3, 2024
1 parent 788bd20 commit 75eccb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/main/java/practice/CandidateValidator.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
package practice;

import model.Candidate;

import java.util.function.Predicate;
import model.Candidate;

public class CandidateValidator implements Predicate<Candidate> {
@Override
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/practice/StreamPractice.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package practice;

import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.stream.Collectors;
import java.util.stream.IntStream;

import model.Candidate;
import model.Cat;
import model.Person;
Expand Down

0 comments on commit 75eccb2

Please sign in to comment.