Skip to content

Commit

Permalink
Merge branch '3.9' of https://github.com/JumpMind/symmetric-ds.git in…
Browse files Browse the repository at this point in the history
…to 3.9
  • Loading branch information
jumpmind-josh committed Aug 29, 2018
2 parents 08579bb + 4653e4c commit a664326
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -28,8 +28,6 @@
import org.jumpmind.symmetric.model.TriggerRouter;
import org.jumpmind.symmetric.service.IContextService;

import nl.cad.tpsparse.tps.NotATopSpeedFileException;

public abstract class AbstractFileParsingRouter extends AbstractDataRouter {

public abstract List<String> parse(File file, int lineNumber, int tableId);
Expand Down Expand Up @@ -138,9 +136,7 @@ public Set<String> routeToNodes(SimpleRouterContext context, DataMetaData dataMe
}
} catch (IOException ioe) {
log.error("Unable to load file", ioe);
} catch (NotATopSpeedFileException ntsf) {
log.error("The file " + fileName + " is not a valid TopSpeed file.", ntsf);
}
}

}
}
Expand Down

0 comments on commit a664326

Please sign in to comment.