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 /framework | |
parent | 1c496506bc0d720241e5f9877681197e3b6d576a (diff) |
java: fix broken javadoc tags
Change-Id: I43d25ba49b758739ee8dc891b0db3e527004ec8b
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTest.java | 2 | ||||
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTools.java | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 07c9a51c7d9d..572ac50946ba 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -91,9 +91,7 @@ public class RecoveryTest extends ComplexTestCase { /** Create the environment for following tests. * Use either a component loader from desktop or * from frame - * @throws Exception Exception */ - public void normalCrash(){ cleanRecoveryData(); startOffice(); diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java index 799b794c1b20..a02b756613c5 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTools.java +++ b/framework/qa/complex/framework/recovery/RecoveryTools.java @@ -58,7 +58,6 @@ public class RecoveryTools { /** * get the active dialog from the top of the desktop - * @param xToolKit xToolKit the <CODE> XExtendedToolkit</CODE> to get the dialog from the top of the desktop. * @return a <CODE>XDialog</CODE> interface of the dialog */ public XDialog getActiveDialog( XMultiServiceFactory xMSF){ @@ -83,7 +82,6 @@ public class RecoveryTools { * After a crash the office start with a recovery diaolg. It could be that the office * is connectable but not all services to get the dialog a loaded. This function * tries to get the dialog until the <CODE>OfficeWatcher</CODE> kills the office. - * @param xToolKit the <CODE> XExtendedToolkit</CODE> to get the dialog from the top of the desktop. * @return a <CODE>XDialog</CODE> interface of the dialog */ public XDialog getActiveDialogAfterStartup(XMultiServiceFactory xMSF){ |