summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.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/ScCellFieldObj.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/ScCellFieldObj.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java b/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java
index 4463a98a4f2c..b53534226a6f 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellFieldObj.java
@@ -113,7 +113,7 @@ public class ScCellFieldObj extends TestCase {
* </ul>
*/
@Override
- protected synchronized TestEnvironment createTestEnvironment(
+ protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) throws Exception {
XInterface oObj = null;