|
@@ -728,7 +728,7 @@ public class FileUtil {
|
|
* @throws InterruptedException
|
|
* @throws InterruptedException
|
|
*/
|
|
*/
|
|
public static int chmod(String filename, String perm
|
|
public static int chmod(String filename, String perm
|
|
- ) throws IOException, InterruptedException {
|
|
|
|
|
|
+ ) throws IOException {
|
|
return chmod(filename, perm, false);
|
|
return chmod(filename, perm, false);
|
|
}
|
|
}
|
|
|
|
|