From 655e166741ba3036424bc9bff3abf6757fe54f0a Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Tue, 9 May 2006 22:31:51 +0000 Subject: [PATCH] javadoc git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@405557 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/ResourceUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/util/ResourceUtils.java b/src/main/org/apache/tools/ant/util/ResourceUtils.java index ce3ff8ace..54b541b20 100644 --- a/src/main/org/apache/tools/ant/util/ResourceUtils.java +++ b/src/main/org/apache/tools/ant/util/ResourceUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 The Apache Software Foundation + * Copyright 2003-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. @@ -539,7 +539,7 @@ public class ResourceUtils { * Log which Resources (if any) have been modified in the future. * @param logTo the ProjectComponent to do the logging. * @param rc the collection of Resources to check. - * @param long the timestamp granularity to use. + * @param granularity the timestamp granularity to use. * @since Ant 1.7 */ private static void logFuture(ProjectComponent logTo,