summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-09 10:13:12 +0200
committerNoel Grandin <noel@peralex.com>2015-06-09 13:10:42 +0200
commitcc190ef25fb31325b1d3e0dd050e32feef567543 (patch)
tree848598653453f197073a41af7358fef856dba396 /qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
parent57189ddd887c0fd21f1b3140c48ac168bdd82af1 (diff)
there is no need to synchronize createTestEnvironment
the only caller of these methods is already synchronized Change-Id: Icea587d71acba1eca2a97ae0138a69fa98063f50
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java b/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
index 01567c353220..45cf216d23dc 100644
--- a/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScRecentFunctionsObj.java
@@ -86,7 +86,7 @@ public class ScRecentFunctionsObj extends TestCase {
* </ul>
*/
@Override
- public synchronized TestEnvironment createTestEnvironment(
+ public TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log ) throws Exception {
XInterface oObj = null;