Browse Source

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

master
Jaikiran Pai 7 years ago
parent
commit
f3b8ace711
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/org/apache/tools/ant/util/IdentityMapper.java

+ 0
- 1
src/main/org/apache/tools/ant/util/IdentityMapper.java View File

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


Loading…
Cancel
Save