AutoCommon 1.2
- In
MoreElements.overrides
and.getLocalAndInheritedMethods
, an interface method is no longer considered to override another interface method unless the first interface inherits from the second. This means that.getLocalAndInheritedMethods
may now return two methods with the same signature where before it only returned one. (d8c1934)