OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | fractal-commits List | Febuary 2006 Index

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

CVS update of aokell/features/glue/spoon/src/org/objectweb/fractal/aokell/lib/util (1 file)


    Date: Monday, February 27, 2006 @ 19:23:47
  Author: seintur
    Path: .../features/glue/spoon/src/org/objectweb/fractal/aokell/lib/util

Modified: GlueHelper.java

Simplifying the signature of the getIsFcStartedField to make it compatible 
with feature (other than the glue feature) which does not support Java 5 (at 
run-time).


-----------------+
 GlueHelper.java |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: 
aokell/features/glue/spoon/src/org/objectweb/fractal/aokell/lib/util/GlueHelper.java
diff -u 
aokell/features/glue/spoon/src/org/objectweb/fractal/aokell/lib/util/GlueHelper.java:1.2
 
aokell/features/glue/spoon/src/org/objectweb/fractal/aokell/lib/util/GlueHelper.java:1.3
--- 
aokell/features/glue/spoon/src/org/objectweb/fractal/aokell/lib/util/GlueHelper.java:1.2
    Sat Feb 18 16:34:31 2006
+++ 
aokell/features/glue/spoon/src/org/objectweb/fractal/aokell/lib/util/GlueHelper.java
        Mon Feb 27 19:23:46 2006
@@ -39,7 +39,7 @@
      * added to deal with the AspectJ version of the glue feature. AspectJ
      * introduces this field with a modified name.
      */
-    public static Field getIsFcStartedField( Class<?> cl )
+    public static Field getIsFcStartedField( Class cl )
     throws NoSuchFieldException {
         
         return cl.getDeclaredField("_isFcStarted");



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

Reply via email to:

Powered by MHonArc.

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