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
frascati
frascati
Commits
5ebb3358
Commit
5ebb3358
authored
Mar 15, 2017
by
Lionel Seinturier
Browse files
Reduce dependency to the type hierarchy.
parent
b4061d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
tinfi/module/opt-oo/core/src/main/java/org/ow2/frascati/tinfi/tinfilet/TinfiParserSupportImpl.java
View file @
5ebb3358
...
...
@@ -51,7 +51,6 @@ import org.objectweb.fractal.juliac.conf.JuliacConfig;
import
org.objectweb.fractal.juliac.conf.JulietLoader
;
import
org.objectweb.fractal.juliac.conf.MembraneHelper
;
import
org.objectweb.fractal.juliac.desc.ComponentDesc
;
import
org.objectweb.fractal.juliac.opt.InitializerClassGenerator
;
/**
* <p>
...
...
@@ -350,7 +349,7 @@ public class TinfiParserSupportImpl implements ADLParserSupportItf {
/*
* Generate the Juliac factory class for the component.
*/
InitializerClass
Generator
<?>
icg
=
jc
.
generate
(
ct
,
controller
,
adl
);
SourceCode
Generator
Itf
icg
=
jc
.
generate
(
ct
,
controller
,
adl
);
/*
* Generate a second factory that extends the previous one and that
...
...
Write
Preview
Supports
Markdown
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