summaryrefslogtreecommitdiffstats
path: root/javaunohelper
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java
index dcc58d2669b6..cd751c5af7ef 100644
--- a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java
+++ b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java
@@ -703,7 +703,7 @@ public class InterfaceContainer implements Cloneable
synchronized (this)
{
aIt= iterator();
- // Container freigeben, falls im disposing neue Eintraege kommen
+ // Release containers if new entries occur in disposing;
// set the member to null, the iterator delete the values
clear();
elementData= null;