summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.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/ScAnnotationTextCursor.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/ScAnnotationTextCursor.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java b/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java
index 1df59acfddf3..3d8dd7f18f2a 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAnnotationTextCursor.java
@@ -89,7 +89,7 @@ public class ScAnnotationTextCursor extends TestCase {
* creating a TestEnvironment for the interfaces to be tested
*/
@Override
- public synchronized TestEnvironment createTestEnvironment
+ public TestEnvironment createTestEnvironment
( TestParameters Param, PrintWriter log )
throws Exception {