Skip to content
Snippets Groups Projects
Commit 735c6035 authored by René Schöne's avatar René Schöne
Browse files

Remove disturbing system.out.

parent 9adee7bb
No related branches found
No related tags found
1 merge request!1All4one relast
...@@ -42,7 +42,7 @@ public class LiveContestDriverEMF extends AbstractLiveContestDriver { ...@@ -42,7 +42,7 @@ public class LiveContestDriverEMF extends AbstractLiveContestDriver {
private Object loadFile(String path) throws IOException { private Object loadFile(String path) throws IOException {
repository.getURIConverter().getURIMap().put(URI.createFileURI(path), URI.createFileURI(getChangePath() + "/" + path)); repository.getURIConverter().getURIMap().put(URI.createFileURI(path), URI.createFileURI(getChangePath() + "/" + path));
Resource mRes = repository.createResource(URI.createFileURI(getChangePath() + "/" + path)); Resource mRes = repository.createResource(URI.createFileURI(getChangePath() + "/" + path));
System.out.println(mRes); System.err.println(mRes);
Map<String, Object> loadOptions = new HashMap<>(); Map<String, Object> loadOptions = new HashMap<>();
loadOptions.put(XMIResource.OPTION_DEFER_IDREF_RESOLUTION, true); loadOptions.put(XMIResource.OPTION_DEFER_IDREF_RESOLUTION, true);
loadOptions.put(XMIResource.OPTION_USE_PARSER_POOL, new XMLParserPoolImpl()); loadOptions.put(XMIResource.OPTION_USE_PARSER_POOL, new XMLParserPoolImpl());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment