summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java
index 6ee8c0c611c9..c30fc2bcfbc0 100644
--- a/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XFastPropertySet.java
@@ -62,7 +62,8 @@ public class _XFastPropertySet extends MultiMethodTest {
/**
* Retrieves relation.
*/
- protected void before() {
+ @Override
+ protected void before() {
exclude = (Set<String>) tEnv.getObjRelation("XFastPropertySet.ExcludeProps") ;
if (exclude == null) {
exclude = new java.util.HashSet<String>() ;