[jbossws-commits] JBossWS SVN: r3741 - branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/jaxws/handler.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 27 03:27:56 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-27 03:27:56 -0400 (Wed, 27 Jun 2007)
New Revision: 3741

Modified:
   branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/jaxws/handler/GenericHandler.java
Log:
Fix package 

Modified: branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/jaxws/handler/GenericHandler.java
===================================================================
--- branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/jaxws/handler/GenericHandler.java	2007-06-26 22:24:16 UTC (rev 3740)
+++ branches/jbossws-2.0/integration/spi/src/main/java/org/jboss/wsf/spi/jaxws/handler/GenericHandler.java	2007-06-27 07:27:56 UTC (rev 3741)
@@ -19,7 +19,7 @@
  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  */
-package org.jboss.wsf.spi.handler;
+package org.jboss.wsf.spi.jaxws.handler;
 
 // $Id: $
 




More information about the jbossws-commits mailing list