Warning: Dangling Javadoc comment

后端 未结 6 2245
难免孤独
难免孤独 2021-02-12 12:27

Since I updated my Android Studio (2.3.1) and build tools (2.3.1), I\'m getting warning,

Warning: Dangling Javadoc comment

for comme

6条回答
  •  清酒与你
    2021-02-12 13:03

    To me it seems like the right place for this comment is alongside method getFormattedName() because your comment explains the functionality of that method not the reason you're calling it.

提交回复
热议问题