am c2a30713: Merge "Duplicate description on AccessibilityEvent"

* commit 'c2a30713793a60b7a1ab039da43f6510b06b0b7d':
  Duplicate description on AccessibilityEvent
This commit is contained in:
Alan Viverette
2015-06-24 23:01:06 +00:00
committed by Android Git Automerger

View File

@@ -372,7 +372,6 @@ import java.util.List;
* <li>{@link #getClassName()} - The class name of the source.</li>
* <li>{@link #getPackageName()} - The package name of the source.</li>
* <li>{@link #getEventTime()} - The event time.</li>
* <li>{@link #getText()} - The text of the source's sub-tree.</li>
* <li>{@link #getParcelableData()} - The posted {@link android.app.Notification}.</li>
* <li>{@link #getText()} - Text for providing more context.</li>
* </ul>