Polishing

This commit is contained in:
Juergen Hoeller
2014-08-14 23:49:29 +02:00
parent eb0ab8431b
commit 69587f3fa4
3 changed files with 6 additions and 31 deletions

View File

@@ -52,6 +52,7 @@ public abstract class MethodOverride implements BeanMetadataElement {
this.methodName = methodName;
}
/**
* Return the name of the method to be overridden.
*/
@@ -99,6 +100,7 @@ public abstract class MethodOverride implements BeanMetadataElement {
*/
public abstract boolean matches(Method method);
@Override
public boolean equals(Object other) {
if (this == other) {