Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ttc18live
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stgroup
ttc18live
Commits
735c6035
Commit
735c6035
authored
6 years ago
by
René Schöne
Browse files
Options
Downloads
Patches
Plain Diff
Remove disturbing system.out.
parent
9adee7bb
No related branches found
No related tags found
1 merge request
!1
All4one relast
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
solve/src/main/java/de/tudresden/inf/st/ttc18live/LiveContestDriverEMF.java
+1
-1
1 addition, 1 deletion
...a/de/tudresden/inf/st/ttc18live/LiveContestDriverEMF.java
with
1 addition
and
1 deletion
solve/src/main/java/de/tudresden/inf/st/ttc18live/LiveContestDriverEMF.java
+
1
−
1
View file @
735c6035
...
@@ -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
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment