summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Accessibility
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2010-10-15 20:01:11 +0000
committerCarolyn MacLeod <carolyn>2010-10-15 20:01:11 +0000
commitee92df0eeeca5b3d698a070a9bcd1a55ba4211fd (patch)
treec3cf49eab1137446d48787e1ff98b396d967973f /bundles/org.eclipse.swt/Eclipse SWT Accessibility
parentaa8fb78e462729f6b0e8f5594c1edfcd22e5c6a0 (diff)
downloadeclipse.platform.swt-ee92df0eeeca5b3d698a070a9bcd1a55ba4211fd.tar.gz
eclipse.platform.swt-ee92df0eeeca5b3d698a070a9bcd1a55ba4211fd.tar.xz
eclipse.platform.swt-ee92df0eeeca5b3d698a070a9bcd1a55ba4211fd.zip
never mind the length, because attributes can be null
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Accessibility')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/AccessibleTextAttributeEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/AccessibleTextAttributeEvent.java b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/AccessibleTextAttributeEvent.java
index 61ab19d76d..4a29d78c74 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/AccessibleTextAttributeEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Accessibility/common/org/eclipse/swt/accessibility/AccessibleTextAttributeEvent.java
@@ -94,7 +94,7 @@ public String toString () {
+ " start=" + start //$NON-NLS-1$
+ " end=" + end //$NON-NLS-1$
+ " textStyle=" + textStyle //$NON-NLS-1$
- + " attributes=" + attributes + "[" + attributes.length + "]" //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+ + " attributes=" + attributes //$NON-NLS-1$
+ " result=" + result //$NON-NLS-1$
+ "}"; //$NON-NLS-1$
}