
|
If you were logged in you would be able to see more operations.
|
|
|
|
Currently IntelliJ always removed any space char after an annotation use on a method parameter.
e.g. public Test(@Qualifier("blah") AType blah){} is always changed to public Test(@Qualifier("blah")AType blah){} after running code format.
|
|
Description
|
Currently IntelliJ always removed any space char after an annotation use on a method parameter.
e.g. public Test(@Qualifier("blah") AType blah){} is always changed to public Test(@Qualifier("blah")AType blah){} after running code format. |
Show » |
| There are no comments yet on this issue.
|
|