diff options
Diffstat (limited to 'src/main/java/net/sf/antcontrib/cpptasks/DependencyInfo.java')
-rw-r--r-- | src/main/java/net/sf/antcontrib/cpptasks/DependencyInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/net/sf/antcontrib/cpptasks/DependencyInfo.java b/src/main/java/net/sf/antcontrib/cpptasks/DependencyInfo.java index d29826f..a04105f 100644 --- a/src/main/java/net/sf/antcontrib/cpptasks/DependencyInfo.java +++ b/src/main/java/net/sf/antcontrib/cpptasks/DependencyInfo.java @@ -57,7 +57,7 @@ public final class DependencyInfo { * Returns the latest modification date of the source or anything that it * depends on. * - * @returns the composite lastModified time, returns Long.MIN_VALUE if not + * @return the composite lastModified time, returns Long.MIN_VALUE if not * set */ public long getCompositeLastModified() { |