diff --git a/src/main/org/apache/tools/ant/types/resources/comparators/Content.java b/src/main/org/apache/tools/ant/types/resources/comparators/Content.java index 9b2db8d11..c8365094b 100755 --- a/src/main/org/apache/tools/ant/types/resources/comparators/Content.java +++ b/src/main/org/apache/tools/ant/types/resources/comparators/Content.java @@ -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 @@ public class Content extends ResourceComparator { * @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 {