diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-07 09:21:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-12 09:41:31 +0200 |
commit | 5656fe58a0e2083be45c0b9ca7aff41054d7146a (patch) | |
tree | 175b0052de6f182a78c2c1cbc370cbc86c07593c /scripting | |
parent | 1c496506bc0d720241e5f9877681197e3b6d576a (diff) |
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java | 4 | ||||
-rw-r--r-- | scripting/workben/ifc/scripting/SecurityDialogUtil.java | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java index 982bf3f17302..010f160ade94 100644 --- a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java +++ b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java @@ -64,10 +64,6 @@ public class ScriptProxy * the method * @return the Object returned from the method * invocation, may be null - * @exception IllegalAccessException Description of the Exception - * @exception InvocationTargetException Description of the Exception - * @exception IllegalArgumentException Description of the Exception - * @exception Exception Description of the Exception * @see java.lang.reflect.Method for the exceptions * that may be thrown */ diff --git a/scripting/workben/ifc/scripting/SecurityDialogUtil.java b/scripting/workben/ifc/scripting/SecurityDialogUtil.java index 8c95fc165ac0..955e37b21036 100644 --- a/scripting/workben/ifc/scripting/SecurityDialogUtil.java +++ b/scripting/workben/ifc/scripting/SecurityDialogUtil.java @@ -40,8 +40,6 @@ private boolean checkBox; /** * Constructor. - * @param xMSF A MultiServiceFactory. - * @param log The log writer. */ public SecurityDialogUtil(XMultiServiceFactory xMSF, String btnName, boolean checkBox ) { |