I have a method declaration like this:
public void onButtonClicked(@NonNull final Integer actionId, @Nullable
final Bundle args) {
Automatic formatting in AS 2.4 Preview 4 does this:
public void onButtonClicked(@NonNull
final int Integer,
@Nullable
final Bundle args) {
I have a settings of code style from AS 2.3 where it works ok (doesn't
change the formatting of this method).
--
You received this message because you are subscribed to the Google Groups
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.