Skip to content

Commit

Permalink
Add locale import statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
poojadeshpande01 committed Jan 17, 2024
1 parent 2e1c2d3 commit 302483d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.util.Collections;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.*;

@Service
public class VisitDocumentServiceImpl implements VisitDocumentService {
Expand Down

0 comments on commit 302483d

Please sign in to comment.