Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fractal
fractal
Commits
f8ab26d0
Commit
f8ab26d0
authored
Jan 02, 2018
by
Lionel Seinturier
Browse files
Re-introduce erroneously removed line.
parent
f198a1fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
juliac/core/src/main/java/org/objectweb/fractal/juliac/Juliac.java
View file @
f8ab26d0
...
...
@@ -630,6 +630,7 @@ public class Juliac {
List
<
SourceFile
>
sfs
=
new
ArrayList
<>();
sfs
.
addAll
(
inputFiles
);
sfs
.
addAll
(
generatedFiles
);
File
classDir
=
getClassDir
();
compiler
.
compile
(
sfs
,
classDir
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment