small import fix cause i dont know my merge requests
This commit is contained in:
parent
9e81da9cbb
commit
c64a280405
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,8 @@ package org.texttechnologylab.project.gruppe_05_1;
|
|||
|
||||
|
||||
import org.texttechnologylab.project.gruppe_05_1.database.*;
|
||||
import org.texttechnologylab.project.gruppe_05_1.nlp.NlpUtils;
|
||||
import org.texttechnologylab.project.gruppe_05_1.nlp.XmiExtractor;
|
||||
import org.texttechnologylab.project.gruppe_05_1.rest.RESTHandler;
|
||||
import org.texttechnologylab.project.gruppe_05_1.util.Logger;
|
||||
import org.texttechnologylab.project.gruppe_05_1.util.PPRUtils;
|
||||
|
@ -84,7 +86,6 @@ public class Main {
|
|||
// Alle Informationen (Parlamentarier, Reden, Kommentare etc.) lesen und in die Mongo-DB einfügen, falls diese noch nicht vorhanden sind.
|
||||
PPRUtils.parlamentExplorerInit(xmlFactory, mongoFactory);
|
||||
|
||||
MongoDBHandler mongoDBHandler = new MongoDBHandler();
|
||||
//das muss auf jeden fall noch angepasst werden xd
|
||||
if(mongoDBHandler.checkAnalysisResultsField() < 21518) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue