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
78fc9183
Commit
78fc9183
authored
Jan 02, 2018
by
Lionel Seinturier
Browse files
Use diamond operator.
parent
bdf3877f
Changes
1
Hide whitespace changes
Inline
Side-by-side
juliac/core/src/main/java/org/objectweb/fractal/juliac/conf/JuliacConfig.java
View file @
78fc9183
...
...
@@ -251,7 +251,7 @@ public class JuliacConfig {
* Retrieve all source files contained in src.
*/
File
baseDir
=
getBaseDir
();
List
<
SourceFile
>
sfs
=
new
ArrayList
<
SourceFile
>();
List
<
SourceFile
>
sfs
=
new
ArrayList
<>();
SourceFile
.
addAllJavaFiles
(
baseDir
,
src
,
sfs
);
/*
...
...
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