sbailliez 02/01/26 11:29:51
Modified: src/main/org/apache/tools/ant/taskdefs Rmic.java
Log:
Fix array declarators
Revision Changes Path
1.28 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Rmic.java
Index: Rmic.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Rmic.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Rmic.java 10 Jan 2002 13:59:31 -0000 1.27
+++ Rmic.java 26 Jan 2002 19:29:51 -0000 1.28
@@ -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 @@
* 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;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>