fixed newlines
This commit is contained in:
parent
8e8a12462d
commit
237ab2641a
1 changed files with 1 additions and 1 deletions
|
@ -42,10 +42,10 @@ import java.util.stream.Collectors;
|
|||
public class Main {
|
||||
|
||||
public static final String RESOURCES_DIR="src/main/resources/";
|
||||
|
||||
private static final FileObjectFactory xmlFactory = FileObjectFactory.getFactory();
|
||||
private static final MongoObjectFactory mongoFactory = MongoObjectFactory.getFactory();
|
||||
private static final SpeechParser speechParser = new SpeechParser();
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
//TEST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue