Browse Source

fix reference

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395992 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
03334a8aba
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/types/resources/comparators/Content.java

+ 2
- 2
src/main/org/apache/tools/ant/types/resources/comparators/Content.java View File

@@ -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 {


Loading…
Cancel
Save