Rename ForwardingConnection delegate method#14723
Conversation
Rename `getDelegate()` to `delegate()` to be consistent with all the forwarding classes in Guava.
|
cc @huberty89 |
I am not sure if it is a goal to make Trino codebase consistent with Guava. I understand that we are using same design pattern which is a forwarding class, but it does not mean we should not follow their codestyle. Guava likes to skip No changes are requested. Just wanted to share m2c. |
m2c too. In the future we will be kinda forced to change our style to not have |
Rename
getDelegate()todelegate()to be consistent with all the forwarding classes in Guava.