diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-11 11:26:05 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-11 11:26:05 +0100 |
commit | 1ec86b92249d382223f96f9c2bf7a5a0f06aaa1f (patch) | |
tree | fc0cbf5ac3650ee8660a75653702efc24b2137b0 /qadevOOo/runner/base/basic_fat.java | |
parent | 7f4fa441c9a3f04aeaf89be7aa5b5735b165de70 (diff) | |
parent | 4de2643ea718f0c246a87667036dbadacdbc708d (diff) |
autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
Diffstat (limited to 'qadevOOo/runner/base/basic_fat.java')
-rw-r--r-- | qadevOOo/runner/base/basic_fat.java | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/qadevOOo/runner/base/basic_fat.java b/qadevOOo/runner/base/basic_fat.java index a46a8abbc9b4..74a6708cf801 100644 --- a/qadevOOo/runner/base/basic_fat.java +++ b/qadevOOo/runner/base/basic_fat.java @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: basic_fat.java,v $ - * $Revision: 1.6 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify @@ -29,7 +26,6 @@ ************************************************************************/ package base; -import base.TestBase; import basicrunner.BasicIfcTest; import basicrunner.BasicTestCase; @@ -72,7 +68,7 @@ public class basic_fat implements TestBase /** * Execute a test. * @param param The test parameters. - * @param return True, if the test was executed. + * @return True, if the test was executed. */ public boolean executeTest(TestParameters param) { |