am e6c01d05: am c2a30713: Merge "Duplicate description on AccessibilityEvent"

* commit 'e6c01d05b4eb2de67bad60991cb2952fb34c3fea':
  Duplicate description on AccessibilityEvent
This commit is contained in:
Alan Viverette
2015-06-25 01:12:27 +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>