* rename HARDLINK | COPY action to DUPLICATE
This commit is contained in:
parent
3956223761
commit
05804036f4
|
@ -72,7 +72,7 @@ public enum StandardRenameAction implements RenameAction {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
HARDLINK_OR_COPY {
|
DUPLICATE {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public File rename(File from, File to) throws Exception {
|
public File rename(File from, File to) throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue