Skip to content

Commit

Permalink
Updated AdminServiceImpl.java
Browse files Browse the repository at this point in the history
Signed-off-by: Yash S <[email protected]>
  • Loading branch information
yashmsonkusare committed Jan 24, 2024
1 parent 49a07e9 commit a2e2464
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public class AdminServiceImpl implements AdminService {
@Value("${mosip.registration.processor.lostrid.max-registration-date-filter-interval}")
private String max_reg_date_interval;

@Value("${mosip.registration.processor.lostrid.reg-date-pattern}")
private String regDatePattern;
private final static String regDatePattern="yyyy-MM-dd";

@Autowired
RestClient restClient;
Expand Down

0 comments on commit a2e2464

Please sign in to comment.