User: user57  
  Date: 01/07/12 17:19:46

  Modified:    src/main/org/jboss/ejb ContainerPlugin.java
  Log:
   o re-indent & removal of public keyword
  
  Revision  Changes    Path
  1.6       +12 -12    jboss/src/main/org/jboss/ejb/ContainerPlugin.java
  
  Index: ContainerPlugin.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/ejb/ContainerPlugin.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ContainerPlugin.java      2001/06/18 20:01:21     1.5
  +++ ContainerPlugin.java      2001/07/13 00:19:46     1.6
  @@ -9,21 +9,21 @@
   import org.jboss.util.Service;
   
   /**
  - *   This is a superinterface for all Container plugins. All plugin interfaces
  - *     must extend this interface.
  + * This is a superinterface for all Container plugins.
  + * 
  + * <p>All plugin interfaces must extend this interface.
    *      
  - *   @see Service
  - *   @author <a href="mailto:[EMAIL PROTECTED]";>Rickard Öberg</a>
  - *   @version $Revision: 1.5 $
  + * @see Service
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Rickard Öberg</a>
  + * @version $Revision: 1.6 $
    */
   public interface ContainerPlugin
      extends Service
   {
  -   // Public --------------------------------------------------------
  -     /**
  -      *      This callback is set by the container so that the plugin may access it
  -      *
  -      * @param   con  the container using this plugin
  -      */
  -   public void setContainer(Container con);
  +   /**
  +    * This callback is set by the container so that the plugin may access it
  +    *
  +    * @param con    The container using this plugin.
  +    */
  +   void setContainer(Container con);
   }
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to