OSDN Git Service

Add missing @Override when {@inheritDoc} exists
authorYohei Yukawa <yukawa@google.com>
Tue, 16 Jan 2018 03:43:38 +0000 (19:43 -0800)
committerYohei Yukawa <yukawa@google.com>
Tue, 16 Jan 2018 03:43:38 +0000 (19:43 -0800)
commit7a8c9aaad830320864fe17a3ecb03687dd290028
treeb04a4b25149b3cd4df9cdb5d28d7135f6c15a5d7
parent77efd914b578afae99fcfe2f7da0e9241626938d
Add missing @Override when {@inheritDoc} exists

Otherwise, Checkstyle keeps nagging us with the following lint warning
whenever we touch the lines around them.

  Must include @java.lang.Override annotation when {@inheritDoc}
  Javadoc tag exists.

This CL also re-format the license header just to make Checkstyle
happy.

This is purely a no-op style change. There must be no behavior change.

Test: prebuilts/checkstyle/checkstyle.py -f frameworks/base/core/java/android/view/inputmethod/InputConnectionWrapper.java
Change-Id: I3d7cef4e6c1407a6c6d8ee75c0d8b75943d8701c
core/java/android/view/inputmethod/InputConnectionWrapper.java