summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.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/_sd/SdUnoOutlineView.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/_sd/SdUnoOutlineView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
index c155b123bbb5..d51c97b6c99a 100644
--- a/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
+++ b/qadevOOo/tests/java/mod/_sd/SdUnoOutlineView.java
@@ -125,7 +125,7 @@ public class SdUnoOutlineView extends TestCase {
* @see com.sun.star.frame.XModel
*/
@Override
- protected synchronized TestEnvironment createTestEnvironment
+ protected TestEnvironment createTestEnvironment
(TestParameters Param, PrintWriter log) throws Exception {
log.println( "creating a test environment" );