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 09:26:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-12 09:26:16 +0000
commitfdb1ca560e426e67c60c7f7324bc52022b1b3f07 (patch)
tree6e6ef143710d76421cecb8fea16b9daaa735eede /tests/src/com/android/inputmethod/research/MotionEventReaderTests.java
parent2c2942dd4bdea8581191866e2f06a0fa9dec18ed (diff)
parentce6bcdd1a547c9874f05a08074cafdfea16196d6 (diff)
downloadlatinime-fdb1ca560e426e67c60c7f7324bc52022b1b3f07.tar.gz
latinime-fdb1ca560e426e67c60c7f7324bc52022b1b3f07.tar.xz
latinime-fdb1ca560e426e67c60c7f7324bc52022b1b3f07.zip
Merge "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;