From 03334a8aba124454e3850f2373f513d001cfafc8 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 21 Apr 2006 20:04:40 +0000 Subject: [PATCH] fix reference git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395992 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tools/ant/types/resources/comparators/Content.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {