You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/07/10 09:55:06 UTC

cvs commit: jakarta-commons/jelly/src/java/org/apache/commons/jelly/impl TagScript.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org