dion        2003/07/10 00:55:06

  Modified:    jelly/src/java/org/apache/commons/jelly/impl TagScript.java
  Log:
  Formatting
  
  Revision  Changes    Path
  1.37      +7 -6      
jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl/TagScript.java
  
  Index: TagScript.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl/TagScript.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- TagScript.java    31 Jan 2003 23:52:46 -0000      1.36
  +++ TagScript.java    10 Jul 2003 07:55:06 -0000      1.37
  @@ -286,7 +286,8 @@
           }
           catch (RuntimeException e) {
               handleException(e);
  -        } catch (Error e) {
  +        } 
  +        catch (Error e) {
              /*
               * Not sure if we should be converting errors to exceptions,
               * but not trivial to remove because JUnit tags throw 
  
  
  

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

Reply via email to