dlr         01/06/03 21:01:38

  Modified:    src/java/org/apache/turbine/services/intake
                        IntakeService.java
  Log:
  Tweaked formatting to be consistant throughout.
  
  Revision  Changes    Path
  1.8       +2 -3      
jakarta-turbine/src/java/org/apache/turbine/services/intake/IntakeService.java
  
  Index: IntakeService.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/services/intake/IntakeService.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- IntakeService.java        2001/05/17 00:58:45     1.7
  +++ IntakeService.java        2001/06/04 04:01:37     1.8
  @@ -65,7 +65,7 @@
    * on an XML specification.
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]";>John McNally</a>
  - * @version $Id: IntakeService.java,v 1.7 2001/05/17 00:58:45 jmcnally Exp $
  + * @version $Id: IntakeService.java,v 1.8 2001/06/04 04:01:37 dlr Exp $
    */
   public interface IntakeService
   {
  @@ -144,8 +144,7 @@
        * @param groupName the name of the group.
        * @param capacity the new capacity.
        */
  -    public void setCapacity(String groupName,
  -                            int capacity);
  +    public void setCapacity(String groupName, int capacity);
   
       /**
        * Gets the current size of the pool for a named group.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to