OSDN Git Service

fix javadoc links.
authorScott Main <smain@google.com>
Thu, 23 May 2013 02:00:09 +0000 (19:00 -0700)
committerScott Main <smain@google.com>
Thu, 23 May 2013 02:00:09 +0000 (19:00 -0700)
commit26510320646339fc59e01d392f96efeeac6d91dd
treee057e8fe93b3da7e5e0dedebc88d30694c0bc8fd
parent1fa3cdf0cbc9bc788a313eda5d3ca3e2ad77fcc4
fix javadoc links.
turns out, without parameters, javadoc will link to the best matching
method signature, even if it's from the superclass. So these were pointing
to Object.nofify()

Change-Id: I13688f2b65e898d1f000a34c88d0aaed928884b5
core/java/android/service/notification/StatusBarNotification.java