Author: gnodet
Date: Sat May 13 02:05:47 2006
New Revision: 406051
URL: http://svn.apache.org/viewcvs?rev=406051&view=rev
Log:
Fix compilation problem
Modified:
incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/FlowSupport.java
Modified: incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/FlowSupport.java
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/FlowSupport.java?rev=406051&r1=406050&r2=406051&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/FlowSupport.java
(original)
+++ incubator/servicemix/trunk/servicemix-beanflow/src/main/java/org/apache/servicemix/beanflow/FlowSupport.java
Sat May 13 02:05:47 2006
@@ -15,8 +15,8 @@
*/
package org.apache.servicemix.beanflow;
-import org.apache.servicemix.beanflow.introspector.FieldIntrospector;
-import org.apache.servicemix.beanflow.introspector.Introspector;
+import org.apache.servicemix.beanflow.support.FieldIntrospector;
+import org.apache.servicemix.beanflow.support.Introspector;
import java.util.Iterator;
|