forked from D-Net/dnet-hadoop
removed unused variables
This commit is contained in:
parent
1060977272
commit
87b07f4af8
|
@ -25,7 +25,6 @@ public class PrepareProgramme {
|
|||
|
||||
private static final Logger log = LoggerFactory.getLogger(PrepareProgramme.class);
|
||||
private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper();
|
||||
private static final HashMap<String, CSVProgramme> programmeMap = new HashMap<>();
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
|
|
Loading…
Reference in New Issue