dlr         02/02/11 17:30:55

  Modified:    src/java/org/apache/velocity/runtime/resource/loader
                        PathMapAdapter.java
  Log:
  Wrapped long lines.
  
  Revision  Changes    Path
  1.2       +4 -3      
jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/PathMapAdapter.java
  
  Index: PathMapAdapter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/PathMapAdapter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- PathMapAdapter.java       12 Feb 2002 01:29:49 -0000      1.1
  +++ PathMapAdapter.java       12 Feb 2002 01:30:55 -0000      1.2
  @@ -136,8 +136,8 @@
                }
                catch (Exception e)
                {
  -                 throw new ResourceNotFoundException("Couldn't find resource: " +
  -                                                     e.getMessage());
  +                 throw new ResourceNotFoundException("Couldn't find resource:"
  +                                                     + e.getMessage());
                }
            }
            else
  @@ -168,7 +168,8 @@
   
            if ( result == null)
            {
  -            throw new ResourceNotFoundException("PathMapAdapter : " + name + " not 
found");
  +            throw new ResourceNotFoundException("PathMapAdapter : " + name +
  +                                                " not found");
            }
   
            return result;
  
  
  

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

Reply via email to