Skip to content

Commit

Permalink
adb: fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed May 20, 2023
1 parent 619783d commit 69dd8b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import com.mucommander.commons.file.PermissionAccess;
import com.mucommander.commons.file.PermissionBits;
import com.mucommander.commons.file.PermissionType;
import com.mucommander.commons.file.UnsupportedFileOperation;
import com.mucommander.commons.file.UnsupportedFileOperationException;
import com.mucommander.commons.file.protocol.ProtocolFile;
import com.mucommander.commons.io.RandomAccessInputStream;
Expand Down Expand Up @@ -395,8 +396,8 @@ public void renameTo(AbstractFile destFile) throws IOException {
}

@Override
@UnsupportedFileOperation
public void copyRemotelyTo(AbstractFile destFile) {

}

@Override
Expand Down

0 comments on commit 69dd8b5

Please sign in to comment.