Repository: ant
Updated Branches:
  refs/heads/master e9294e0a7 -> c8ea02ee7


Fix previous commit - Java 5 doesn't allow @Override on implementation methods 
of an interface


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f3b8ace7
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/f3b8ace7
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/f3b8ace7

Branch: refs/heads/master
Commit: f3b8ace71177558949ee009e5cc7565af0fe8738
Parents: e3f5250
Author: Jaikiran Pai <jaiki...@apache.org>
Authored: Fri Feb 9 12:46:36 2018 +0530
Committer: Jaikiran Pai <jaiki...@apache.org>
Committed: Fri Feb 9 12:46:36 2018 +0530

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/util/IdentityMapper.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/f3b8ace7/src/main/org/apache/tools/ant/util/IdentityMapper.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/util/IdentityMapper.java 
b/src/main/org/apache/tools/ant/util/IdentityMapper.java
index 18a31e5..9bae6c2 100644
--- a/src/main/org/apache/tools/ant/util/IdentityMapper.java
+++ b/src/main/org/apache/tools/ant/util/IdentityMapper.java
@@ -46,7 +46,6 @@ public class IdentityMapper implements FileNameMapper {
      * @param sourceFileName the name to map.
      * @return the source filename in a one-element array.
      */
-    @Override
     public String[] mapFileName(final String sourceFileName) {
         if (sourceFileName == null) {
             // The FileNameMapper#mapFileName contract states that:

Reply via email to