summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2013-06-17 17:39:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-06-17 17:39:25 -0700
commite317f85282ab9ac300dae7ee5bb39d55ff04fbf9 (patch)
tree3f7f5191582c8b703dbf2076123810dc626b740a
parentb1fa9c2d18dcbef40c2be91412aa8945d90a93ad (diff)
parent7093e225477d309c278c45cfe545f2c070aadad0 (diff)
downloaduiautomator-e317f85282ab9ac300dae7ee5bb39d55ff04fbf9.tar.gz
am 9ebf91aa: fix build
* commit '9ebf91aa923d2424298cb908a79dd03aefbf0a8f': fix build
-rw-r--r--library/core-src/com/android/uiautomator/core/Configurator.java2
-rw-r--r--library/core-src/com/android/uiautomator/core/UiDevice.java2
-rw-r--r--library/core-src/com/android/uiautomator/core/UiObject.java6
-rw-r--r--library/core-src/com/android/uiautomator/core/UiScrollable.java2
-rw-r--r--library/core-src/com/android/uiautomator/core/UiSelector.java2
5 files changed, 7 insertions, 7 deletions
diff --git a/library/core-src/com/android/uiautomator/core/Configurator.java b/library/core-src/com/android/uiautomator/core/Configurator.java
index 5f62fc3..249f404 100644
--- a/library/core-src/com/android/uiautomator/core/Configurator.java
+++ b/library/core-src/com/android/uiautomator/core/Configurator.java
@@ -221,4 +221,4 @@ public final class Configurator {
public long getKeyInjectionDelay() {
return mKeyInjectionDelay;
}
-
+}
diff --git a/library/core-src/com/android/uiautomator/core/UiDevice.java b/library/core-src/com/android/uiautomator/core/UiDevice.java
index 9b69d62..a930eb4 100644
--- a/library/core-src/com/android/uiautomator/core/UiDevice.java
+++ b/library/core-src/com/android/uiautomator/core/UiDevice.java
@@ -848,4 +848,4 @@ public class UiDevice {
Tracer.trace(storePath, scale, quality);
return getAutomatorBridge().takeScreenshot(storePath, quality);
}
-
+}
diff --git a/library/core-src/com/android/uiautomator/core/UiObject.java b/library/core-src/com/android/uiautomator/core/UiObject.java
index d9ba745..4bb99cd 100644
--- a/library/core-src/com/android/uiautomator/core/UiObject.java
+++ b/library/core-src/com/android/uiautomator/core/UiObject.java
@@ -1070,8 +1070,8 @@ public class UiObject {
* p.pressure = 1;
* p.size = 1;
* </code>
- * @param touches represents the pointers' paths. Each {@link PointerCoords}
- * array represents a different pointer. Each {@link PointerCoords} in an
+ * @param touches represents the pointers' paths. Each {@link PointerCoords}
+ * array represents a different pointer. Each {@link PointerCoords} in an
* array element represents a touch point on a pointer's path.
* @return <code>true</code> if all touch events for this gesture are injected successfully,
* <code>false</code> otherwise
@@ -1080,4 +1080,4 @@ public class UiObject {
public boolean performMultiPointerGesture(PointerCoords[] ...touches) {
return getInteractionController().performMultiPointerGesture(touches);
}
-
+}
diff --git a/library/core-src/com/android/uiautomator/core/UiScrollable.java b/library/core-src/com/android/uiautomator/core/UiScrollable.java
index 9b14c10..a8d20c3 100644
--- a/library/core-src/com/android/uiautomator/core/UiScrollable.java
+++ b/library/core-src/com/android/uiautomator/core/UiScrollable.java
@@ -662,4 +662,4 @@ public class UiScrollable extends UiCollection {
mSwipeDeadZonePercentage = swipeDeadZonePercentage;
return this;
}
-
+}
diff --git a/library/core-src/com/android/uiautomator/core/UiSelector.java b/library/core-src/com/android/uiautomator/core/UiSelector.java
index a3b5c54..bd61bfd 100644
--- a/library/core-src/com/android/uiautomator/core/UiSelector.java
+++ b/library/core-src/com/android/uiautomator/core/UiSelector.java
@@ -1019,4 +1019,4 @@ public class UiSelector {
builder.append("]");
return builder.toString();
}
-
+}