geirm       01/03/18 21:30:50

  Modified:    src/java/org/apache/velocity/runtime Runtime.java
  Log:
  Ah, the freedom of expression :)
  
  Revision  Changes    Path
  1.98      +3 -2      
jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java
  
  Index: Runtime.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/Runtime.java,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- Runtime.java      2001/03/19 05:15:51     1.97
  +++ Runtime.java      2001/03/19 05:30:49     1.98
  @@ -139,7 +139,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Jeff Bowden</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Geir Magusson Jr.</a>
  - * @version $Id: Runtime.java,v 1.97 2001/03/19 05:15:51 geirm Exp $
  + * @version $Id: Runtime.java,v 1.98 2001/03/19 05:30:49 geirm Exp $
    */
   public class Runtime implements RuntimeConstants
   {    
  @@ -628,7 +628,8 @@
            * Start with the appropriate prefix
            */
   
  -        switch( level ) {
  +        switch( level ) 
  +        {
           case LogSystem.DEBUG_ID :
               out = DEBUG_PREFIX;
               break;
  
  
  

Reply via email to