vmassol     2003/01/22 02:54:46

  Modified:    anttasks/src/java/org/apache/cactus/ant
                        CheckSitemapTask.java
  Log:
  Fixed checkstyle error
  
  Revision  Changes    Path
  1.4       +3 -3      
jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/CheckSitemapTask.java
  
  Index: CheckSitemapTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/anttasks/src/java/org/apache/cactus/ant/CheckSitemapTask.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CheckSitemapTask.java     18 Jan 2003 14:57:58 -0000      1.3
  +++ CheckSitemapTask.java     22 Jan 2003 10:54:46 -0000      1.4
  @@ -263,8 +263,8 @@
               Project.MSG_DEBUG);
           if (!sourceFile.exists())
           {
  -            log("Sitemap resource '" + theId + "' not found under '" +
  -                theSource + "'", Project.MSG_ERR);
  +            log("Sitemap resource '" + theId + "' not found under '" 
  +                + theSource + "'", Project.MSG_ERR);
               return false;
           }
           return true;
  
  
  

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

Reply via email to