summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-12 15:53:15 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-11-18 08:07:34 +0000
commit757748180971ee9ecb5feb1bb6364844da9992c0 (patch)
tree228e6935c114d8ef4a60e1795ce59ea814b30874 /wizards
parent79c6aff069a9593571226bb32e907f837a203b7c (diff)
java: rather use @Deprecated annotation
than an empty @deprecated tag Change-Id: I1646ce1c0c8823ac5be0153aeb8eb2b830e7ebfa Reviewed-on: https://gerrit.libreoffice.org/12525 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/common/UCB.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/common/UCB.java b/wizards/com/sun/star/wizards/common/UCB.java
index 717ba779f5b2..7e612916fca5 100644
--- a/wizards/com/sun/star/wizards/common/UCB.java
+++ b/wizards/com/sun/star/wizards/common/UCB.java
@@ -101,9 +101,7 @@ public class UCB
executeCommand(ucb, "globalTransfer", copyArg(sourceDir,filename, targetDir,targetName));
}
- /**
- * @deprecated
- */
+ @Deprecated
public void copy(String sourceDir, String filename, String targetDir) throws Exception
{
copy(sourceDir,filename, targetDir, PropertyNames.EMPTY_STRING);