Mail Archive Home | fractal-commits List | March 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Sunday, March 26, 2006 @ 16:46:21
Author: seintur
Path: /cvsroot/fractal/aokell/src/org/objectweb/fractal/aokell/lib/factory
Modified: GenericFactoryImpl.java
Remove uneeded cast.
-------------------------+
GenericFactoryImpl.java | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index:
aokell/src/org/objectweb/fractal/aokell/lib/factory/GenericFactoryImpl.java
diff -u
aokell/src/org/objectweb/fractal/aokell/lib/factory/GenericFactoryImpl.java:1.4
aokell/src/org/objectweb/fractal/aokell/lib/factory/GenericFactoryImpl.java:1.5
---
aokell/src/org/objectweb/fractal/aokell/lib/factory/GenericFactoryImpl.java:1.4
Sun Mar 26 14:24:34 2006
+++
aokell/src/org/objectweb/fractal/aokell/lib/factory/GenericFactoryImpl.java
Sun Mar 26 16:46:21 2006
@@ -92,7 +92,7 @@
if( controllerDesc.getClass().isArray() ) {
Object[] array = (Object[]) controllerDesc;
- AOKell.setLoader( (ClassLoader) array[0] );
+ AOKell.setLoader( array[0] );
controllerDesc = array[1];
}
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.