Mail Archive Home | fractal-commits List | May 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
Fix imported package names.
--- trunk/juliac/examples/advanced/comp-based-membrane/src/main/java/example/hw/membrane/StatSourceCodeGenerator.java 2008-05-27 19:39:13 UTC (rev 7798)
+++ trunk/juliac/examples/advanced/comp-based-membrane/src/main/java/example/hw/membrane/StatSourceCodeGenerator.java 2008-05-27 20:07:16 UTC (rev 7799)
@@ -1,6 +1,6 @@
/***
* Juliac
- * Copyright (C) 2007 INRIA, France Telecom, USTL
+ * Copyright (C) 2007-2008 INRIA, USTL
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -16,17 +16,17 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * Contact: Lionel.Seinturier@xxxxxxx
+ * Contact: Lionel.Seinturier@xxxxxxxxxxxxxx
*
* Author: Lionel Seinturier
*/
package example.hw.membrane;
-import org.objectweb.fractal.adl.juliac.proxy.SimpleSourceCodeGenerator;
-import org.objectweb.fractal.adl.juliac.proxy.SimpleSourceCodeGeneratorInterceptionType;
-import org.objectweb.fractal.adl.juliac.proxy.SimpleSourceCodeGeneratorMode;
-import org.objectweb.fractal.adl.juliac.ucf.UnifiedMethod;
+import org.objectweb.fractal.juliac.proxy.SimpleSourceCodeGenerator;
+import org.objectweb.fractal.juliac.proxy.SimpleSourceCodeGeneratorInterceptionType;
+import org.objectweb.fractal.juliac.proxy.SimpleSourceCodeGeneratorMode;
+import org.objectweb.fractal.juliac.ucf.UnifiedMethod;
/**
* This class generates the source code of component interceptors for the stat
@@ -34,7 +34,7 @@
* invocations. This class is adapted from {@link
* org.objectweb.fractal.julia.conform.controllers.StatCodeGenerator}.
*
- * @author Lionel Seinturier <Lionel.Seinturier@xxxxxxx>
+ * @author Lionel Seinturier <Lionel.Seinturier@xxxxxxxxxxxxxx>
*/
public class StatSourceCodeGenerator extends SimpleSourceCodeGenerator {
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.