From b75abffe3054043c56a6166ef47b7276091b810b Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Sat, 26 Jan 2002 19:29:51 +0000 Subject: [PATCH] Fix array declarators git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270900 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Rmic.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Rmic.java b/src/main/org/apache/tools/ant/taskdefs/Rmic.java index db077fe28..da18b6faf 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Rmic.java +++ b/src/main/org/apache/tools/ant/taskdefs/Rmic.java @@ -1,7 +1,7 @@ /* * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2001 The Apache Software Foundation. All rights + * Copyright (c) 2000-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -457,7 +457,7 @@ public class Rmic extends MatchingTask { * Scans the directory looking for class files to be compiled. * The result is returned in the class variable compileList. */ - protected void scanDir(File baseDir, String files[], + protected void scanDir(File baseDir, String[] files, FileNameMapper mapper) { String[] newFiles = files;