aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-02-12 01:28:14 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-02-12 01:28:14 -0800
commitd84c7a871d5647ea5a4ccc9f8932c7f60c3be8cb (patch)
treec1937fc6cb275edd6b005e27606f669d41dcd102 /tests/src/com/android/inputmethod/research/MotionEventReaderTests.java
parentf6716e651f168bdae86a7ab5b438cb0039bd59b0 (diff)
parentfdb1ca560e426e67c60c7f7324bc52022b1b3f07 (diff)
downloadlatinime-d84c7a871d5647ea5a4ccc9f8932c7f60c3be8cb.tar.gz
latinime-d84c7a871d5647ea5a4ccc9f8932c7f60c3be8cb.tar.xz
latinime-d84c7a871d5647ea5a4ccc9f8932c7f60c3be8cb.zip
am fdb1ca56: Merge "Separate caps mode related utils to CapsModeUtils"
# Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1) * commit 'fdb1ca560e426e67c60c7f7324bc52022b1b3f07': Separate caps mode related utils to CapsModeUtils
Diffstat (limited to 'tests/src/com/android/inputmethod/research/MotionEventReaderTests.java')
-rw-r--r--tests/src/com/android/inputmethod/research/MotionEventReaderTests.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java b/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java
index e5b9bc0ce..28a9f3d5c 100644
--- a/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java
+++ b/tests/src/com/android/inputmethod/research/MotionEventReaderTests.java
@@ -1,17 +1,17 @@
/*
* Copyright (C) 2013 The Android Open Source Project
*
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package com.android.inputmethod.research;