On Fri, 16 Sep 2022 16:14:49 GMT, Kevin Rushforth <[email protected]> wrote:
>> will do. >> >> I do not like inconsistency: everywhere else in this file there is no space >> after comma in type parameters, for example >> ```TableViewSkinBase<?,?,?,?,?>``` >> so, if one were to use a formatter, it will format to >> ```TableViewSkinBase<?, ?, ?, ?, ?>``` >> >> which will look weird. > >> will do. > > just this one, though. Please don't reformat any others that you aren't > otherwise touching. > > And yes, it is an area where we are inconsistent (it varies from file to file > and often within the same file). certainly, I am not going to touch the rest of the code. ------------- PR: https://git.openjdk.org/jfx/pull/894
