OSDN Git Service

Remove unnecessary qualifiers from InputConnection
authorYohei Yukawa <yukawa@google.com>
Tue, 16 Jan 2018 03:43:27 +0000 (19:43 -0800)
committerYohei Yukawa <yukawa@google.com>
Tue, 16 Jan 2018 03:43:27 +0000 (19:43 -0800)
commit77efd914b578afae99fcfe2f7da0e9241626938d
treed69eb697c355fc0de32f2390d60a0ba92c6c9952
parentb01e18c3eec608f737ab4dcc280224a389750ec1
Remove unnecessary qualifiers from InputConnection

Otherwise, Checkstyle keeps nagging us whenever we touch lines around
them.

This CL also re-formats the license header and keep all the lines
within 100 colmun 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/InputConnection.java
Change-Id: Ie0f43f545d8056884c5d20a601d0a501187062c7
core/java/android/view/inputmethod/InputConnection.java