OSDN Git Service

Remove trailing comma that was causing compile problems.
authorBill Napier <napier@google.com>
Fri, 4 Mar 2011 00:00:22 +0000 (16:00 -0800)
committerBill Napier <napier@google.com>
Fri, 4 Mar 2011 00:00:22 +0000 (16:00 -0800)
Change-Id: Ia80bd2c25b5898a6ad99b9404b89c1b41c8290ba

monkeyrunner/src/com/android/monkeyrunner/MonkeyRunner.java

index 5d12955..5f137cd 100644 (file)
@@ -178,7 +178,7 @@ public class MonkeyRunner extends PyObject implements ClassDictInit {
             args = { "path" },
             argDocs = {
             "The path to the file to load.  This file path is in terms of the computer running " +
-            "MonkeyRunner and not a path on the Android Device. ", },
+            "MonkeyRunner and not a path on the Android Device. " },
             returns = "A new MonkeyImage representing the specified file")
     public static MonkeyImage loadImageFromFile(PyObject[] args, String kws[]) {
         ArgParser ap = JythonUtils.createArgParser(args, kws);