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

Boleslaw Dawidowicz bdaw at o2.pl
Tue Aug 22 13:08:41 EDT 2006


  User: bdaw    
  Date: 06/08/22 13:08:41

  Modified:    forums/src/main/org/jboss/portlet/forums/interceptors  Tag:
                        JBoss_Portal_Branch_2_4
                        NotificationInterceptor.java
  Log:
  make forums compile
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.19.2.1  +4 -4      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.19
  retrieving revision 1.19.2.1
  diff -u -b -r1.19 -r1.19.2.1
  --- NotificationInterceptor.java	3 Aug 2006 19:29:05 -0000	1.19
  +++ NotificationInterceptor.java	22 Aug 2006 17:08:41 -0000	1.19.2.1
  @@ -17,15 +17,15 @@
   import org.jboss.portal.common.command.filter.AbstractCommandFilter;
   import org.jboss.portal.common.command.result.Result;
   import org.jboss.portal.common.transaction.Transactions;
  -import org.jboss.portal.identity.User;
   import org.jboss.portal.core.modules.MailModule;
   import org.jboss.portal.core.modules.ModuleConstants;
   import org.jboss.portal.format.render.bbcodehtml.ToTextRenderer;
   import org.jboss.portal.format.template.TemplateLoader;
  +import org.jboss.portal.api.node.PortalNode;
  +import org.jboss.portal.api.node.PortalNodeURL;
  +import org.jboss.portal.identity.User;
   import org.jboss.portlet.JBossActionRequest;
   import org.jboss.portlet.JBossActionResponse;
  -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.19 $
  + * @version $Revision: 1.19.2.1 $
    */
   public class NotificationInterceptor
      extends AbstractCommandFilter
  
  
  



More information about the jboss-cvs-commits mailing list