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

Chris Laprun chris.laprun at jboss.com
Thu Aug 17 01:06:39 EDT 2006


  User: claprun 
  Date: 06/08/17 01:06:39

  Modified:    forums/src/main/org/jboss/portlet/forums/interceptors 
                        NotificationInterceptor.java
  Log:
  Fixed compilation problem: move of node package to api hadn't been repercuted.
  
  Revision  Changes    Path
  1.20      +6 -8      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.20
  diff -u -b -r1.19 -r1.20
  --- NotificationInterceptor.java	3 Aug 2006 19:29:05 -0000	1.19
  +++ NotificationInterceptor.java	17 Aug 2006 05:06:39 -0000	1.20
  @@ -12,20 +12,20 @@
   
   import EDU.oswego.cs.dl.util.concurrent.LinkedQueue;
   import EDU.oswego.cs.dl.util.concurrent.QueuedExecutor;
  +import org.jboss.portal.api.node.PortalNode;
  +import org.jboss.portal.api.node.PortalNodeURL;
   import org.jboss.portal.common.command.Command;
   import org.jboss.portal.common.command.CommandException;
   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.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.20 $
    */
   public class NotificationInterceptor
      extends AbstractCommandFilter
  @@ -69,7 +69,7 @@
      private String from;
      private QueuedExecutor executor;
      private MailModule mailModule;
  -//   private JBossPortlet portlet;
  +   //   private JBossPortlet portlet;
      private TransactionManager tm;
   
      public NotificationInterceptor(ForumsModule module)
  @@ -184,9 +184,7 @@
         return fromBuf.toString();
      }
   
  -   /**
  -    * The notification task.
  -    */
  +   /** The notification task. */
      class NotificationTask implements Transactions.Runnable, Synchronization
      {
   
  
  
  



More information about the jboss-cvs-commits mailing list