dlr         01/09/28 12:42:38

  Modified:    src/java/org/apache/turbine/services/rundata
                        TurbineRunDataService.java
  Log:
  Broke a couple long lines.
  
  Revision  Changes    Path
  1.6       +5 -3      
jakarta-turbine-3/src/java/org/apache/turbine/services/rundata/TurbineRunDataService.java
  
  Index: TurbineRunDataService.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-3/src/java/org/apache/turbine/services/rundata/TurbineRunDataService.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- TurbineRunDataService.java        2001/09/28 19:37:11     1.5
  +++ TurbineRunDataService.java        2001/09/28 19:42:37     1.6
  @@ -79,7 +79,7 @@
    * the implementations should implement the Recyclable interface.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Ilkka Priha</a>
  - * @version $Id: TurbineRunDataService.java,v 1.5 2001/09/28 19:37:11 dlr Exp $
  + * @version $Id: TurbineRunDataService.java,v 1.6 2001/09/28 19:42:37 dlr Exp $
    */
   public class TurbineRunDataService
       extends BaseService
  @@ -242,7 +242,8 @@
           String[] cfg = (String[]) configurations.get(key);
           if (cfg == null)
           {
  -            throw new ServiceException("RunTime configuration '" + key + "' is 
undefined");
  +            throw new ServiceException("RunTime configuration '" + key +
  +                                       "' is undefined");
           }
   
           // Use the Pool Service for recycling the implementing objects.
  @@ -258,7 +259,8 @@
           }
           catch (ClassCastException x)
           {
  -            throw new ServiceException("RunData configuration '" + key + "' is 
illegal",x);
  +            throw new ServiceException("RunData configuration '" + key +
  +                                       "' is illegal", x);
           }
   
           // Set the request and response.
  
  
  

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

Reply via email to