summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/event/DataAware.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/event/DataAware.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/event/DataAware.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/DataAware.java b/wizards/com/sun/star/wizards/ui/event/DataAware.java
index 057cf6d7cc24..b7cf05eed905 100644
--- a/wizards/com/sun/star/wizards/ui/event/DataAware.java
+++ b/wizards/com/sun/star/wizards/ui/event/DataAware.java
@@ -252,11 +252,11 @@ public abstract class DataAware {
/**
* the get method of the JavaBean-style property
*/
- private Method getMethod;
+ private final Method getMethod;
/**
* the set method of the JavaBean-style property
*/
- private Method setMethod;
+ private final Method setMethod;
/**
* creates a PropertyValue for the property with