Project

General

Profile

« Previous | Next » 

Revision 47598

- Fixed duplicate dependncies
- Fixed an error in eligibility checking
- Fixed an error in account activation
- Organized imports

View differences:

LicenseUpdateTask.java
5 5
import eu.dnetlib.goldoa.domain.Request;
6 6
import eu.dnetlib.goldoa.domain.stats.Tuple;
7 7
import eu.dnetlib.goldoa.service.PublicationManager;
8
import org.springframework.beans.factory.annotation.Autowired;
9 8
import org.springframework.jdbc.core.JdbcTemplate;
10 9
import org.springframework.jdbc.core.RowMapper;
11 10

  
......
14 13
import java.sql.SQLException;
15 14
import java.sql.Types;
16 15
import java.util.List;
17
import java.util.logging.StreamHandler;
18 16

  
19 17
/*
20 18
 * Created by antleb on 3/7/16.

Also available in: Unified diff