You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/03/19 11:40:35 UTC

cvs commit: jakarta-cactus/anttasks/src/java/org/apache/cactus/ant ResinRun.java

vmassol     02/03/19 02:40:35

  Modified:    anttasks/src/java/org/apache/cactus/ant ResinRun.java
  Log:
  formatting
  
  Revision  Changes    Path
  1.2       +3 -2      jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/ResinRun.java
  
  Index: ResinRun.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/ResinRun.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ResinRun.java	24 Feb 2002 23:49:05 -0000	1.1
  +++ ResinRun.java	19 Mar 2002 10:40:35 -0000	1.2
  @@ -65,7 +65,7 @@
    * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a>
    * @author <a href="mailto:digital@ix.net.au">Robert Leftwich</a>
    *
  - * @version $Id: ResinRun.java,v 1.1 2002/02/24 23:49:05 vmassol Exp $
  + * @version $Id: ResinRun.java,v 1.2 2002/03/19 10:40:35 vmassol Exp $
    * @see AbstractServerRun
    */
   public class ResinRun extends AbstractServerRun
  @@ -111,7 +111,8 @@
                   new Object[]{this.args, new Boolean(true)});
               Method initMethod = resinClass.getMethod("init",
                   new Class[]{boolean.class});
  -            initMethod.invoke(this.resinServer, new Object[]{new Boolean(true)});
  +            initMethod.invoke(this.resinServer, new Object[]{
  +                new Boolean(true)});
           } catch (Exception e) {
               e.printStackTrace();
               throw new RuntimeException("Cannot create instance of ResinServer");
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>