[jboss-cvs] jboss-portal/forums/src/main/org/jboss/portlet/forums/interceptors ...

Ryszard Kozmik r.kozmik at dzienniczek.pl
Thu Aug 3 15:29:05 EDT 2006


  User: unibrew 
  Date: 06/08/03 15:29:05

  Modified:    forums/src/main/org/jboss/portlet/forums/interceptors 
                        NotificationInterceptor.java
  Log:
  [JBFORUMS-31] Updating build script and some imports in classes after latest JBoss Portal source changes.
  
  Revision  Changes    Path
  1.19      +3 -3      jboss-portal/forums/src/main/org/jboss/portlet/forums/interceptors/NotificationInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NotificationInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/src/main/org/jboss/portlet/forums/interceptors/NotificationInterceptor.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- NotificationInterceptor.java	22 Mar 2006 14:42:54 -0000	1.18
  +++ NotificationInterceptor.java	3 Aug 2006 19:29:05 -0000	1.19
  @@ -24,8 +24,8 @@
   import org.jboss.portal.format.template.TemplateLoader;
   import org.jboss.portlet.JBossActionRequest;
   import org.jboss.portlet.JBossActionResponse;
  -import org.jboss.portlet.PortalNode;
  -import org.jboss.portlet.PortalNodeURL;
  +import org.jboss.portal.node.PortalNode;
  +import org.jboss.portal.node.PortalNodeURL;
   import org.jboss.portlet.command.ActionCommand;
   import org.jboss.portlet.forums.ForumsConstants;
   import org.jboss.portlet.forums.ForumsModule;
  @@ -55,7 +55,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.18 $
  + * @version $Revision: 1.19 $
    */
   public class NotificationInterceptor
      extends AbstractCommandFilter
  
  
  



More information about the jboss-cvs-commits mailing list