Zasadniczy wsad inicjalizacyjny.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package pl.wat.ms4ds.terenfunkcje.nmt;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import javax.xml.stream.XMLInputFactory;
|
||||
import javax.xml.stream.XMLStreamConstants;
|
||||
import javax.xml.stream.XMLStreamReader;
|
||||
@@ -23,7 +23,7 @@ import java.util.zip.ZipEntry;
|
||||
import java.util.zip.ZipOutputStream;
|
||||
|
||||
public class NMTDataProvider {
|
||||
private static final Logger LOGGER = Logger.getLogger(NMTDataProvider.class);
|
||||
private static final Logger LOGGER = LoggerFactory.getLogger(NMTDataProvider.class);
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
// File dir = new File(System.getProperty("user.home") + "/nmt/gugik_SkorowidzNMT2018.gml");
|
||||
|
||||
@@ -5,7 +5,7 @@ import java.io.*;
|
||||
public class NMTReader {
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
static void main(String[] args) {
|
||||
// File dir = new File(System.getProperty("user.home") + "/nmt/gugik_SkorowidzNMT2018.gml");
|
||||
|
||||
InputStream is = null;
|
||||
|
||||
Reference in New Issue
Block a user