OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | fractal-commits List | May 2008 Index

<--  Date Index  --> <--  Thread Index  -->

[fractal-commits] [7799] trunk/juliac/examples/advanced/comp-based-membrane/src/main/java/ example/hw/membrane/StatSourceCodeGenerator.java:Fix imported package names.


Title: [7799] trunk/juliac/examples/advanced/comp-based-membrane/src/main/java/example/hw/membrane/StatSourceCodeGenerator.java: Fix imported package names.
Revision
7799
Author
seintur
Date
2008-05-27 22:07:16 +0200 (Tue, 27 May 2008)

Log Message

Fix imported package names.

Modified Paths

Diff

Modified: trunk/juliac/examples/advanced/comp-based-membrane/src/main/java/example/hw/membrane/StatSourceCodeGenerator.java (7798 => 7799)


--- 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  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.