You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/04/21 22:04:42 UTC

svn commit: r395992 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/Content.java

Author: stevel
Date: Fri Apr 21 13:04:40 2006
New Revision: 395992

URL: http://svn.apache.org/viewcvs?rev=395992&view=rev
Log:
fix reference

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/Content.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/Content.java
URL: http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/Content.java?rev=395992&r1=395991&r2=395992&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/Content.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/resources/comparators/Content.java Fri Apr 21 13:04:40 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -56,7 +56,7 @@
      * @return a negative integer, zero, or a positive integer as the first
      *         argument is less than, equal to, or greater than the second.
      * @throws BuildException if I/O errors occur.
-     * @see org.apache.tools.ant.util.FileUtils#compareContent(Resource, Resource, boolean).
+     * @see org.apache.tools.ant.util.ResourceUtils#compareContent(Resource, Resource, boolean).
      */
     protected int resourceCompare(Resource foo, Resource bar) {
         try {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org