Mail Archive Home | fractal-commits List | August 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
Remove uneeded parameter.
--- trunk/juliac/compiler/src/main/java/org/objectweb/fractal/juliac/Juliac.java 2008-08-31 17:57:04 UTC (rev 8425)
+++ trunk/juliac/compiler/src/main/java/org/objectweb/fractal/juliac/Juliac.java 2008-08-31 18:04:23 UTC (rev 8426)
@@ -177,7 +177,7 @@
/*
* Load the component and interceptor source code generators.
*/
- jc.loadGenerators(jps);
+ jc.loadGenerators();
/*
* Generate the source code.
@@ -326,7 +326,7 @@
* This method is kept separated from {@link #init(JuliacParams)} to enable
* compiling the source code of these generators if needed.
*/
- public void loadGenerators( JuliacParams jps )
+ public void loadGenerators()
throws
IOException, java.lang.InstantiationException, IllegalAccessException,
ClassNotFoundException {
--- trunk/juliac/mojo/src/main/java/org/objectweb/fractal/juliac/JuliacMojo.java 2008-08-31 17:57:04 UTC (rev 8425)
+++ trunk/juliac/mojo/src/main/java/org/objectweb/fractal/juliac/JuliacMojo.java 2008-08-31 18:04:23 UTC (rev 8426)
@@ -448,7 +448,7 @@
/*
* Load component and interceptor source code generators.
*/
- jc.loadGenerators(jps);
+ jc.loadGenerators();
/*
* Code generation for membranes.
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.