PT #156686000: Fix additional cases with javadoc doc for property keys
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user