inline simple Java method

Change-Id: I496fa3223ed97d4d2cf8d64649ce30da22331dbd
Reviewed-on: https://gerrit.libreoffice.org/16039
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
Noel Grandin 2015-06-02 10:04:20 +02:00 committed by Noel Grandin
parent 1c18deee37
commit c2d73acad3

View File

@ -167,7 +167,7 @@ public class CopyTableWizard extends CRMBasedTestCase
copyWizard.setCreatePrimaryKey(auto);
Thread thread = new Thread(new CopyThread(copyWizard));
thread.start();
sleep();
util.utils.shortWait();
try
{
@ -195,14 +195,9 @@ public class CopyTableWizard extends CRMBasedTestCase
catch (com.sun.star.lang.IndexOutOfBoundsException indexOutOfBoundsException)
{
}
sleep();
util.utils.shortWait();
thread.join();
}
private void sleep()
{
util.utils.shortWait();
}
}