PT #156686000: Fix additional cases with javadoc doc for property keys

This commit is contained in:
BoykoAlex
2018-06-07 16:50:28 -04:00
parent cd90f2dbc1
commit 66a9aa8fe3
6 changed files with 23 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ class BindingKeyUtils {
}
sb.append(')');
sb.append(getGeneralTypeBindingKey(method.returnType()));
return method.name().toString();
return sb.toString();
}
public static String getGeneralTypeBindingKey(Type type) {